This commit is contained in:
the-djmaze 2022-03-22 11:47:17 +01:00
parent 40a0391092
commit 13f270f426
9 changed files with 75 additions and 90 deletions

View file

@ -26,17 +26,6 @@
left: @rlLeftWidth;
}
html.rl-mobile {
&:not(.rl-left-panel-disabled) #rl-right {
right: -150px;
}
&.rl-left-panel-disabled #rl-right {
left: 5px !important;
}
}
/*
.resizable::after {
background-color: #aaa;
@ -255,7 +244,7 @@ html.rl-left-panel-disabled {
}
#rl-right {
left: 60px !important;
left: 60px;
}
}
@ -313,3 +302,14 @@ html:not(.rl-mobile) .show-mobile {
}
}
}
html.rl-mobile {
&:not(.rl-left-panel-disabled) #rl-right {
right: -150px;
}
&.rl-left-panel-disabled #rl-right {
left: 5px;
}
}