Fix navbar separator on mobile sizes

Before, the separator stayed as vertical line in mobile orientation.
Now, it's replaced with dropdown separator (i.e., horizontal line).

Signed-off-by: Marek Pikuła <[email protected]>
This commit is contained in:
Marek Pikuła
2024-06-07 14:04:02 +02:00
parent 7b480c51ca
commit 89597da9a8
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -69,6 +69,10 @@ li > .dropdown-toggle:focus{
background-color: var(--secondary-color) !important;
}
.dropdown-divider {
border-top: 1px solid var(--lt-color-border-dark);
}
#search {
border-radius: 1rem !important;
background-color: var(--secondary-color);