Fix dashboard side bar with to better support retina displays

This commit is contained in:
Tim Davies
2017-03-01 20:27:02 +00:00
parent be9d8d6e0c
commit f615ee0711
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ body.dashboard {
@extend .hidden-sm;
position: fixed;
bottom: 0;
width: 230px;
width: 237px;
z-index: 999;
ul > li {
float: left;

View File

@@ -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;