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:
parent
6bd04e0484
commit
cf9a5d1712
1 changed files with 11 additions and 0 deletions
|
@ -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.
|
/* Navigation tabs.
|
||||||
* e.g. Code, Issues pages in a repository. */
|
* e.g. Code, Issues pages in a repository. */
|
||||||
.ui.tabular.menu .item {
|
.ui.tabular.menu .item {
|
||||||
|
|
Loading…
Reference in a new issue