From 16b78cfa8a77fab1e070be8b0ab7adf3b057484d Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 1 Sep 2015 17:14:06 -0400 Subject: [PATCH] Update styles for overlay/menu --- themes/grav/css-compiled/template.css | 2 +- themes/grav/scss/template/_admin.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/grav/css-compiled/template.css b/themes/grav/css-compiled/template.css index 0e9870ca..483d0f90 100644 --- a/themes/grav/css-compiled/template.css +++ b/themes/grav/css-compiled/template.css @@ -1020,7 +1020,7 @@ tr { @media only all and (max-width: 47.938em) { #admin-sidebar { display: none; - width: 100%; + width: 75%; z-index: 999999; } } #admin-sidebar a { color: #cccccc; } diff --git a/themes/grav/scss/template/_admin.scss b/themes/grav/scss/template/_admin.scss index daf86004..1fab649f 100644 --- a/themes/grav/scss/template/_admin.scss +++ b/themes/grav/scss/template/_admin.scss @@ -14,7 +14,7 @@ $update-height: 3rem; @include breakpoint(mobile-only) { display: none; - width: 100%; + width: 75%; z-index: 999999; }