mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-10 05:24:18 +09:00
fix(ui): anchor navbar admin badge to the avatar corner (#38821)
Fix regression from https://github.com/go-gitea/gitea/pull/38614: Fixes: https://github.com/go-gitea/gitea/issues/38820
This commit is contained in:
@@ -144,8 +144,9 @@
|
|||||||
|
|
||||||
#navbar .item .navbar-admin-badge {
|
#navbar .item .navbar-admin-badge {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: calc(100% - 29px);
|
left: auto;
|
||||||
left: calc(100% - 18px);
|
right: -7px;
|
||||||
|
bottom: -5px;
|
||||||
padding: 1.5px;
|
padding: 1.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user