aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/telegram
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/telegram')
-rw-r--r--recipes/telegram/service.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/telegram/service.css b/recipes/telegram/service.css
index fbba8c6..54f423a 100644
--- a/recipes/telegram/service.css
+++ b/recipes/telegram/service.css
@@ -154,3 +154,13 @@ body.darkTheme,
154#page-chats { 154#page-chats {
155 max-width: 100vw !important; 155 max-width: 100vw !important;
156} 156}
157
158:root {
159 --messages-container-width: unset;
160}
161
162@media only screen and (min-width: 1276px) {
163 .bubbles-inner, .chat-input {
164 width: 75%;
165 }
166}