diff --git a/public/css/Room.css b/public/css/Room.css index 35f19fc1..edc3e15e 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -379,6 +379,13 @@ body { color: white; } +/* Responsive adjustments */ +@media screen and (max-width: 500px) { + .title p { + font-size: 0.8em; + } +} + .inline-check-box { margin-bottom: 20px; display: inline-flex; @@ -1088,7 +1095,8 @@ th { h1, h2, -h3 { +h3, +h4 { color: #c2c2c2; } @@ -1455,18 +1463,12 @@ hr { } .wa { - width: 320px; + width: 260px; } @media screen and (max-width: 500px) { .wa { - width: 310px; - } -} - -@media screen and (max-width: 420px) { - .wa { - width: 200px; + width: 220px; } } diff --git a/public/views/Room.html b/public/views/Room.html index e9c42f6a..c19eb142 100644 --- a/public/views/Room.html +++ b/public/views/Room.html @@ -675,14 +675,14 @@
-
Everyone starts in privacy mode +Start in Privacy Mode |
@@ -700,7 +700,7 @@ Moderator options |
-
Everyone starts muted +Join Muted |
@@ -713,7 +713,7 @@ Moderator options |
-
Everyone starts hidden +Join Hidden |
@@ -736,7 +736,7 @@ Moderator options |
-
Everyone can't unmute themselves +Restrict Self-Unmute |
@@ -754,7 +754,7 @@ Moderator options |
-
Everyone can't unhide themselves +Restrict Self-Unhide |
@@ -772,7 +772,7 @@ Moderator options |
-
Everyone can't share screen +Disable Screen Sharing |
@@ -790,7 +790,7 @@ Moderator options |
-
Everyone can't chat privately +Disable Private Chat |
@@ -808,7 +808,7 @@ Moderator options |
-
Everyone can't use ChatGPT +Disable ChatGPT Access |
@@ -826,7 +826,7 @@ Moderator options |
-
Disconnect all upon leaving room +Disconnect all on Exit |