diff options
| author | RblSb <msrblsb@gmail.com> | 2020-10-10 21:20:57 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-10-10 21:20:57 +0300 |
| commit | 6f3dbd657ed0f05768a55ce9dfecca9881c70eea (patch) | |
| tree | 68209c89951ab69144b139d6ca6c0909d42283f2 /res/css/des.css | |
| parent | 66fb4a0158d8cfd9887db04ba44b7dd3f38cbdd3 (diff) | |
Fix landscape mode on phones
Diffstat (limited to 'res/css/des.css')
| -rw-r--r-- | res/css/des.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/css/des.css b/res/css/des.css index d77a855..70a5019 100644 --- a/res/css/des.css +++ b/res/css/des.css @@ -672,7 +672,7 @@ html { * Media queries */ -@media only screen and (min-width: 50rem) { +@media only screen and (orientation: landscape) { body { display: grid; grid-template-areas: "video gutter chat"; |
