fix: UI improvements

This commit is contained in:
Nick
2019-08-25 14:23:56 -04:00
parent 7f67c72757
commit 10e19700e5
16 changed files with 125 additions and 158 deletions

View File

@@ -654,16 +654,17 @@
.nav-header,
.v-navigation-drawer,
.v-footer,
.v-btn--floating,
.v-btn--fab,
.page-col-sd
{
display: none;
display: none !important;
}
.page-col-content {
flex-basis: 100% !important;
flex-grow: 1 !important;
max-width: 100% !important;
margin-left: 0 !important;
> .v-toolbar {
border: 1px solid mc('grey', '300') !important;
@@ -677,6 +678,7 @@
.v-content {
padding: 0 !important;
font-size: 14px;
}