css improvements
This commit is contained in:
@@ -94,7 +94,6 @@
|
||||
width: auto;
|
||||
margin-top: 0;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
> li > a,
|
||||
.dropdown-header {
|
||||
|
||||
@@ -153,6 +153,25 @@
|
||||
display: inline-block;
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user