fix overflow menu in dark theme

This commit is contained in:
Matthias Kretschmann 2018-12-15 20:19:34 +01:00
parent da1c7d76ac
commit f0d1515dd5
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 6 additions and 0 deletions

View File

@ -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>