Improve and cleanup isMobile

This commit is contained in:
djmaze 2021-02-15 16:05:38 +01:00
parent 10f9ce39d9
commit b1c7bd2c50
15 changed files with 27 additions and 43 deletions

View file

@ -333,6 +333,7 @@ html.rl-left-panel-none #rl-right {
width: 10px !important;
}
html.rl-mobile,
html.rl-no-preview-pane {
#rl-sub-left {
@ -349,11 +350,11 @@ html.rl-no-preview-pane {
}
}
html.rl-side-preview-pane #rl-right .resizer {
html.rl-side-preview-pane:not(.rl-mobile) #rl-right .resizer {
display: none !important;
}
html.rl-bottom-preview-pane {
html.rl-bottom-preview-pane:not(.rl-mobile) {
#rl-sub-left {
right: @rlBottomMargin !important;