Fix dashboard side bar with to better support retina displays
This commit is contained in:
@@ -132,7 +132,7 @@ body.dashboard {
|
||||
@extend .hidden-sm;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 230px;
|
||||
width: 237px;
|
||||
z-index: 999;
|
||||
ul > li {
|
||||
float: left;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user