From 6a284b89a984972f834e713c3a9ce025e44cda1e Mon Sep 17 00:00:00 2001
From: Mid <>
Date: Sun, 22 Dec 2024 12:04:01 +0200
Subject: [PATCH] More resolution-friendly
---
index.html | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 2858143..eb23e60 100644
--- a/index.html
+++ b/index.html
@@ -71,6 +71,26 @@
display: block;
line-height: initial;
}
+
+ @media(max-aspect-ratio: 1) {
+ div.everything {
+ top: 0;
+ left: 0;
+ transform: translate(0, 0);
+ }
+ div.stream {
+ flex-direction: column;
+ }
+ div.stream > div.chat {
+ min-height: 20vh;
+ }
+ converse-root {
+ position: absolute !important;
+ width: 100%;
+ height: 100%;
+ display: inline-block;
+ }
+ }
@@ -114,7 +134,8 @@
singleton: true,
discover_connection_methods: false,
keepalive: false,
- auto_reconnect: true
+ auto_reconnect: true,
+ hide_muc_participants: true
})