vrifox/gitea-theme
Archived
1
0
Fork 0
This commit is contained in:
Vrifox 2020-10-30 17:19:39 +01:00
parent 74a3c54e87
commit 076ab9a95a

View file

@ -46,10 +46,29 @@
display: block;
padding: 22px;
}
@if $singleuser == true {
.right.stackable.menu {
.right.stackable.menu {
@if $singleuser == true {
display: none;
}
.dropdown.item {
.menu {
background: $bg60;
box-shadow: none;
color: $white;
.header {
color: $white;
}
.divider {
border-color: $bg80;
}
.item {
color: $white !important;
&:hover {
background: $bg50 !important;
}
}
}
}
}
}
.dropdown.item > .menu {