css improvements

This commit is contained in:
Yurii
2026-03-12 10:02:59 +02:00
parent 3ab26a5235
commit 7ba772f2cc
2 changed files with 19 additions and 1 deletions
-1
View File
@@ -94,7 +94,6 @@
width: auto; width: auto;
margin-top: 0; margin-top: 0;
background-color: transparent; background-color: transparent;
border: 0;
box-shadow: none; box-shadow: none;
> li > a, > li > a,
.dropdown-header { .dropdown-header {
+19
View File
@@ -153,6 +153,25 @@
display: inline-block; display: inline-block;
float: right; float: right;
} }
> li.menu-container {
float: right;
> a {
float: right;
&::after {
content: " ";
clear: both;
display: table;
}
}
> ul {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
}
} }
.notifications-badge-container > .notifications-button > .number-badge { .notifications-badge-container > .notifications-button > .number-badge {