diff options
| author | Remi <riseremi@icloud.com> | 2020-05-20 23:42:42 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-20 23:42:42 +0300 |
| commit | f64eab6a6170edeee6f3251bf89c8422e91df3b7 (patch) | |
| tree | 26b04c5854c9f3794c54bb8fc43414ab90e33a2d /res/css | |
| parent | ad0d4409cffe46a18eb3bfd892592b6ec8f932b2 (diff) | |
Fix sidebar header appearance (#9)
* Fix sidebar header appearance
* Rearrange styles
Co-authored-by: Roman Pronin <proninrs@altarix.ru>
Diffstat (limited to 'res/css')
| -rw-r--r-- | res/css/des.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/res/css/des.css b/res/css/des.css index 69cf6e8..6319312 100644 --- a/res/css/des.css +++ b/res/css/des.css @@ -438,7 +438,6 @@ footer#footer { #chat .controls { display: flex; - flex-wrap: wrap; justify-content: space-between; } @@ -485,6 +484,22 @@ footer#footer { color: var(--midground); } +#userlisttoggle { + overflow: hidden; + white-space: nowrap; + text-align: left; +} + +.md.hydrated { + flex-shrink: 0; +} + +#usercount { + display: block; + text-overflow: ellipsis; + overflow: hidden; +} + /* Options */ #optionsPanel { @@ -738,6 +753,7 @@ footer#footer { } } + @-ms-viewport { width:device-width } |
