diff options
| author | RblSb <msrblsb@gmail.com> | 2025-01-29 20:37:50 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-01-29 20:42:01 +0300 |
| commit | 382f9b2ebedca905028341825350a0fa69d88673 (patch) | |
| tree | f627cd270d893452c13f3d0916ea75673c39607e /res/css | |
| parent | 0592564264fff57ccfd9677957196951f9f1c6cf (diff) | |
Cleanup
- PWA support (needs https)
- Optimize websocket responses
- Support `/ad` for youtube cache
- New icon!
Diffstat (limited to 'res/css')
| -rw-r--r-- | res/css/des.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/css/des.css b/res/css/des.css index d6cd5ed..f047714 100644 --- a/res/css/des.css +++ b/res/css/des.css @@ -761,6 +761,12 @@ footer#footer { background-color: var(--background-chat); } +@media only screen and (orientation: portrait) { + #swapLayoutBtn { + display: none !important; + } +} + /* Message buffer */ #messagebuffer { |
