0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2024-12-22 07:13:09 -05:00

UI: Improve notifications count readability

Since the latest Gitea changes from upstream, notifications count has been
hard to read. Make font larger and increase padding.
This commit is contained in:
Pablo Vazquez 2023-02-21 12:34:14 +01:00
parent 6bd04e0484
commit cf9a5d1712

View file

@ -112,6 +112,17 @@
}
}
/* Notifications indicator. */
.notification_count {
border-radius: 0.6em;
font-size: 12px;
font-weight: normal !important;
font-variation-settings: "wght" var(--font-weight-bold);
line-height: unset;
margin-left: var(--spacer-1);
padding: 2px 4px;
}
/* Navigation tabs.
* e.g. Code, Issues pages in a repository. */
.ui.tabular.menu .item {