1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-14 22:47:21 +00:00

Fix and/or comment some legacy CSS problems (#33015)

This commit is contained in:
wxiaoguang
2024-12-28 19:51:38 +08:00
committed by GitHub
parent 3d3ece36d2
commit a92f5057ae
6 changed files with 13 additions and 27 deletions

View File

@ -103,11 +103,11 @@
#navbar .ui.dropdown .navbar-profile-admin {
display: block;
position: absolute;
font-size: 10px;
font-size: 9px;
font-weight: var(--font-weight-bold);
color: var(--color-nav-bg);
background: var(--color-primary);
padding: 2px 4px;
padding: 2px 3px;
border-radius: 10px;
top: -1px;
left: 18px;