diff --git a/custom/templates/custom/header.tmpl b/custom/templates/custom/header.tmpl index 842c868..2336fd0 100644 --- a/custom/templates/custom/header.tmpl +++ b/custom/templates/custom/header.tmpl @@ -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%); + } + } \ No newline at end of file