aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar Daniel <me@posix.dev.br>2022-05-21 21:19:18 -0300
committerLibravatar GitHub <noreply@github.com>2022-05-22 00:19:18 +0000
commit3b1a1f02eea11d674cb41ff007f2e338910c954e (patch)
tree590caaa031f18a7f5666ec4d8845fcf687d5c676 /recipes
parentPartially revert ddeaca3d6776d8 (remove clickHandler for slack since it didn'... (diff)
downloadferdium-recipes-3b1a1f02eea11d674cb41ff007f2e338910c954e.tar.gz
ferdium-recipes-3b1a1f02eea11d674cb41ff007f2e338910c954e.tar.zst
ferdium-recipes-3b1a1f02eea11d674cb41ff007f2e338910c954e.zip
Fix telegram 'K' width v2 (#33)
Diffstat (limited to 'recipes')
-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}