From f615ee071143aedcf198c8bfa91812d0723e0c99 Mon Sep 17 00:00:00 2001 From: Tim Davies Date: Wed, 1 Mar 2017 20:27:02 +0000 Subject: [PATCH] Fix dashboard side bar with to better support retina displays --- resources/assets/sass/dashboard/partials/_sidebar.scss | 2 +- resources/assets/sass/modules/_variables.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/sass/dashboard/partials/_sidebar.scss b/resources/assets/sass/dashboard/partials/_sidebar.scss index e9cb0db1..0b182540 100644 --- a/resources/assets/sass/dashboard/partials/_sidebar.scss +++ b/resources/assets/sass/dashboard/partials/_sidebar.scss @@ -132,7 +132,7 @@ body.dashboard { @extend .hidden-sm; position: fixed; bottom: 0; - width: 230px; + width: 237px; z-index: 999; ul > li { float: left; diff --git a/resources/assets/sass/modules/_variables.scss b/resources/assets/sass/modules/_variables.scss index 32ab66cb..87c774fd 100644 --- a/resources/assets/sass/modules/_variables.scss +++ b/resources/assets/sass/modules/_variables.scss @@ -34,6 +34,6 @@ $sidebar-border-shadow: inset 0px -2px 3px rgba(0,0,0,0.25); $sidebar-text-size: 0.9em; $sidebar-text-color: #ffffff; $sidebar-text-active-color: #ffffff; -$sidebar-normal-width: 230px; +$sidebar-normal-width: 235px; $sidebar-phone-width: 75%; $sidebar-active-color: #00695C;