mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix header options for mobile (#1186)
* #1178 show header bar on mobile and tablet * #1178 add all options to burger icon on the right
This commit is contained in:
committed by
Eugenio Romano
parent
7eab89c5ef
commit
d768f84838
@@ -4,6 +4,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
.mdl-layout__header {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.mdl-layout-title {
|
||||
font-size: 17px;
|
||||
}
|
||||
@@ -15,3 +21,7 @@
|
||||
.mdl-button-padding {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user