Fix navbar dropdown item align (#33782)

1.23 only

Fix #33781
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
1 changed files with 0 additions and 4 deletions

View File

@ -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);