Merge pull request #2394 from tmdvs/2.4
Fix API bug and address visual bug in dashboard.
This commit is contained in:
+11373
File diff suppressed because it is too large
Load Diff
-11
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+14266
File diff suppressed because one or more lines are too long
-15
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
-22
File diff suppressed because one or more lines are too long
+2093
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"dist/css/app.css": "dist/css/app-8dd25fc03d.css",
|
"dist/css/app.css": "dist/css/app-7289b01c7e.css",
|
||||||
"dist/css/dashboard.css": "dist/css/dashboard-601c507890.css",
|
"dist/css/dashboard.css": "dist/css/dashboard-0bc8df1d37.css",
|
||||||
"dist/js/all.js": "dist/js/all-01a74f0a66.js"
|
"dist/js/all.js": "dist/js/all-82aa10ad4b.js"
|
||||||
}
|
}
|
||||||
+1
-1
@@ -132,7 +132,7 @@ body.dashboard {
|
|||||||
@extend .hidden-sm;
|
@extend .hidden-sm;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 230px;
|
width: 237px;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
ul > li {
|
ul > li {
|
||||||
float: left;
|
float: left;
|
||||||
|
|||||||
+1
-1
@@ -34,6 +34,6 @@ $sidebar-border-shadow: inset 0px -2px 3px rgba(0,0,0,0.25);
|
|||||||
$sidebar-text-size: 0.9em;
|
$sidebar-text-size: 0.9em;
|
||||||
$sidebar-text-color: #ffffff;
|
$sidebar-text-color: #ffffff;
|
||||||
$sidebar-text-active-color: #ffffff;
|
$sidebar-text-active-color: #ffffff;
|
||||||
$sidebar-normal-width: 230px;
|
$sidebar-normal-width: 235px;
|
||||||
$sidebar-phone-width: 75%;
|
$sidebar-phone-width: 75%;
|
||||||
$sidebar-active-color: #00695C;
|
$sidebar-active-color: #00695C;
|
||||||
|
|||||||
Reference in New Issue
Block a user