fix overflow menu in dark theme
This commit is contained in:
parent
da1c7d76ac
commit
f0d1515dd5
@ -40,4 +40,10 @@
|
||||
.feeds .list ul li.private {
|
||||
background: rgba(186, 91, 129, 0.1);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1200px) {
|
||||
.ui.menu.new-menu:after {
|
||||
background-image: linear-gradient(to right,rgba(42,46,58,0),rgba(42,46,58,1) 100%);
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user