mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-08 08:57:28 +00: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 {
|
||||
position: absolute;
|
||||
bottom: calc(100% - 29px);
|
||||
left: calc(100% - 18px);
|
||||
left: auto;
|
||||
right: -7px;
|
||||
bottom: -5px;
|
||||
padding: 1.5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user