Improve mobile view left side background color

This commit is contained in:
the-djmaze 2023-01-27 08:42:18 +01:00
parent f6f3040ad2
commit f79e6f253d
2 changed files with 3 additions and 2 deletions

View file

@ -276,7 +276,8 @@ html.rl-no-preview-pane #rl-right .resizer {
html.rl-mobile {
#rl-left {
background: var(--main-bg-color);
background: var(--main-bg-color, #aaa);
border-right: 1px solid var(--border-color, #ddd);
position: fixed;
left: 0;
top: 0;