1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-04-08 17:05:45 +02:00

Fix navbar dropdown item align ()

1.23 only

Fix 
This commit is contained in:
wxiaoguang 2025-03-04 16:52:54 +08:00 committed by GitHub
parent 730742230f
commit 2cc76009dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -47,10 +47,6 @@
display: flex;
}
#navbar .dropdown .item {
justify-content: stretch;
}
#navbar a.item:hover,
#navbar button.item:hover {
background: var(--color-nav-hover-bg);