fix layout app search bar small display

This commit is contained in:
Eugenio Romano 2017-11-27 23:22:33 +00:00
parent 2746b29984
commit c968fbcdac

View File

@ -5,11 +5,17 @@
@media screen and ($mat-xsmall) { @media screen and ($mat-xsmall) {
adf-search-bar { app-search-bar {
width: 150px; width: 150px;
} }
} }
@media screen and (max-width: 350px) {
app-search-bar {
width: 100px;
}
}
.adf-app-layout-toolbar { .adf-app-layout-toolbar {
position: relative; position: relative;
overflow: visible !important; overflow: visible !important;