diff options
| author | RblSb <msrblsb@gmail.com> | 2020-05-23 20:31:40 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-05-23 21:15:02 +0300 |
| commit | a45d0bef0dccb5472bec095d8e00af8647173a56 (patch) | |
| tree | 356402681516062441c5a61cf9d0cf979ae63ee1 /res/css/des.css | |
| parent | 306b5f4194ae40e80f3be00fcfea8614792649a5 (diff) | |
Restore mobile view
Diffstat (limited to 'res/css/des.css')
| -rw-r--r-- | res/css/des.css | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/res/css/des.css b/res/css/des.css index 1ba1118..57e4446 100644 --- a/res/css/des.css +++ b/res/css/des.css @@ -263,6 +263,7 @@ header h4 { position: relative; display: flex; flex-wrap: nowrap; + padding-bottom: 1rem; } .controls span { @@ -445,10 +446,6 @@ footer#footer { justify-content: space-between; } -#chat > *:not(:first-child) { - margin-top: 1rem; -} - #chat .controls { display: flex; justify-content: space-between; @@ -463,6 +460,7 @@ footer#footer { padding: 1rem; border-radius: 1rem; height: 12rem; + margin-bottom: 1rem; } .userlist_item { @@ -730,3 +728,23 @@ html { @-ms-viewport { width:device-width } + +/* Mobile page fullscreen */ + +.mobile-view #chatbox { + padding-top: 0; + border-top: 0; +} + +.mobile-view #chat { + padding: 0 1rem; +} + +.mobile-view .controls { + padding-bottom: 0; +} + +.mobile-view #optionsPanel { + top: 2rem; + bottom: 0; +} |
