screen size optimizations
This commit is contained in:
parent
def6ee6c8a
commit
ada1360578
2 changed files with 33 additions and 1 deletions
|
@ -292,3 +292,35 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// screen width is less than 768px
|
||||
@media (max-width: 1100px) {
|
||||
#app.twopanel .app-chrome:not(.chrome-bottom) .app-chrome--center {
|
||||
flex: unset;
|
||||
}
|
||||
|
||||
#app.twopanel .app-chrome:not(.chrome-bottom) .app-chrome--center .top-nav-group .app-sidebar-item {
|
||||
min-width: 110px;
|
||||
font-size: 0em;
|
||||
|
||||
.sidebar-icon {
|
||||
margin: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
#app.twopanel .app-chrome:not(.chrome-bottom) .app-chrome--center {
|
||||
flex: unset;
|
||||
}
|
||||
|
||||
#app.twopanel .app-chrome:not(.chrome-bottom) .app-chrome--center .top-nav-group .app-sidebar-item {
|
||||
min-width: 60px;
|
||||
font-size: 0em;
|
||||
|
||||
.sidebar-icon {
|
||||
margin: 0px;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -29,7 +29,7 @@
|
|||
</div>
|
||||
<template v-if="getThemeDirective('appNavigation') != 'seperate'">
|
||||
<div
|
||||
class="vdiv display--large"
|
||||
class="vdiv"
|
||||
v-if="getThemeDirective('windowLayout') == 'twopanel'"
|
||||
></div>
|
||||
<div class="app-chrome-item">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue