[ADF-1995] [Mobile] Menu button is not displayed - portrait orientation

This commit is contained in:
Eugenio Romano
2017-11-22 21:48:36 +00:00
parent 729a8b6bde
commit d7b790f2bb
3 changed files with 18 additions and 5 deletions

View File

@@ -3,6 +3,13 @@
$minimumAppWidth: 320px;
$toolbarHeight: 64px;
@media screen and ($mat-small) {
adf-search-bar {
width: 200px;
}
}
.adf-app-layout {
display: block;
min-width: $minimumAppWidth;