From eeb5e4f47bbd9ac44eafaf6cffbfd43e578af64a Mon Sep 17 00:00:00 2001 From: Tommy Miland Date: Thu, 14 Mar 2019 04:40:51 +0100 Subject: [PATCH] Update side-menu.css - Removed bullet points in Chrome - Hide menu by default --- assets/css/side-menu.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/css/side-menu.css b/assets/css/side-menu.css index 75727521..63feed9c 100644 --- a/assets/css/side-menu.css +++ b/assets/css/side-menu.css @@ -108,6 +108,10 @@ appears on the left side of the page. border: none; background: transparent; } + + #menu .pure-menu li { + list-style-type: none; + } /* Add that light border to separate items into groups. @@ -207,7 +211,7 @@ small screens. /* Hides the menu at `48em`, but modify this based on your app's needs. */ -@media (min-width: 48em) { +min-width: 200em { .header, .content { @@ -234,7 +238,7 @@ Hides the menu at `48em`, but modify this based on your app's needs. } } -@media (max-width: 48em) { +max-width: 48em { /* Only apply this when the window is small. Otherwise, the following case results in extra padding on the left: * Make the window small.