diff options
Diffstat (limited to 'client-web/style/side.sass')
-rw-r--r-- | client-web/style/side.sass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client-web/style/side.sass b/client-web/style/side.sass index 956df25..d1ecc8e 100644 --- a/client-web/style/side.sass +++ b/client-web/style/side.sass @@ -8,6 +8,8 @@ z-index: 99 .side-tray height: 100% + padding: 1em + box-sizing: border-box overflow-y: auto background-color: var(--bg) @@ -43,8 +45,6 @@ .preferences width: min(50em, 100vw) height: 100% - padding: 1em - box-sizing: border-box .chat width: min(30em, 100vw) .room-watches |