ux: minor ux tweaks

This commit is contained in:
Torkel Ödegaard
2017-10-19 13:42:49 +02:00
parent 6f71af449b
commit a56287c2dc
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
} }
// navbar buttons // navbar buttons
.navbar-inner { .navbar {
border-color: transparent; border-color: transparent;
background: transparent; background: transparent;
transition: all 1.5s ease-in-out 1s; transition: all 1.5s ease-in-out 1s;
+1
View File
@@ -2,6 +2,7 @@
padding: $dashboard-padding; padding: $dashboard-padding;
width: 100%; width: 100%;
min-height: 100%; min-height: 100%;
background: $dashboard-gradient;
} }
.template-variable { .template-variable {