Fix: Style navbar dropdown item flex justification for browser Chrome

This commit is contained in:
Márton Lente
2025-02-17 17:14:43 +01:00
parent 36983de723
commit 063323eb74

View File

@@ -535,3 +535,8 @@ progress::-webkit-progress-value {
progress::-moz-progress-bar { progress::-moz-progress-bar {
background-color: var(--color-primary); /* Color of the filled portion */ background-color: var(--color-primary); /* Color of the filled portion */
} }
/* Style Overrides. */
#navbar .dropdown .item {
justify-content: flex-start !important;
}