socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit 010ca68f9baaa4e60b6ad6b008d7eda65681f2ec
parent 3fecba9b0e2dc43bdfb95de0073099a7a8f73167
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 10 Apr 2018 22:52:11 +0200

Make menuButton class always !important

Diffstat:
Msrc/app/navbar/navbar.component.scss | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/navbar/navbar.component.scss b/src/app/navbar/navbar.component.scss @@ -80,7 +80,7 @@ header .box > ul li { } .menuButton { - display: block; + display: block !important; } @media only screen and (min-width: 520px) { @@ -94,7 +94,7 @@ header .box > ul li { height: 60px; } .menuButton { - display: none; + display: none !important; } ul, li {