mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-10 14:11:17 +00:00
added media-width inside .aca-page-layout selector
This commit is contained in:
@@ -40,6 +40,16 @@
|
||||
max-width: 350px;
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 380px) {
|
||||
.aca-page-layout-header {
|
||||
max-height: 16%;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
max-height: 92%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[dir='rtl'] .aca-page-layout {
|
||||
@@ -53,13 +63,3 @@
|
||||
border-right: 1px solid var(--theme-border-color, rgba(0, 0, 0, 0.07));
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 380px) {
|
||||
.aca-page-layout-header {
|
||||
max-height: 16%;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
max-height: 92%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user