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 a705ab8ab4
commit a60d4f1b7e

View File

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