Added mobile style fixes (#9741)

This commit is contained in:
Keith Holliday
2017-12-26 17:31:00 -06:00
committed by GitHub
parent a3bf329c44
commit d90d781740
14 changed files with 134 additions and 68 deletions

View File

@@ -9,7 +9,7 @@
)
.col-12
.row.tasks-navigation
.col-4.offset-4
.col-12.col-md-4.offset-md-4
.d-flex
input.form-control.input-search(type="text", :placeholder="$t('search')", v-model="searchText")
button.btn.btn-secondary.dropdown-toggle.ml-2.d-flex.align-items-center(
@@ -288,6 +288,13 @@
}
}
}
@media only screen and (max-width: 768px) {
.filter-panel {
max-width: none;
left: 0px;
}
}
</style>
<script>