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

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