aboutsummaryrefslogtreecommitdiffstats
path: root/res/css
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-10-10 21:20:57 +0300
committerRblSb <msrblsb@gmail.com>2020-10-10 21:20:57 +0300
commit6f3dbd657ed0f05768a55ce9dfecca9881c70eea (patch)
tree68209c89951ab69144b139d6ca6c0909d42283f2 /res/css
parent66fb4a0158d8cfd9887db04ba44b7dd3f38cbdd3 (diff)
Fix landscape mode on phones
Diffstat (limited to 'res/css')
-rw-r--r--res/css/des.css2
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";
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage