From 3b1a1f02eea11d674cb41ff007f2e338910c954e Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 21 May 2022 21:19:18 -0300 Subject: Fix telegram 'K' width v2 (#33) --- recipes/telegram/service.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'recipes') 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, #page-chats { max-width: 100vw !important; } + +:root { + --messages-container-width: unset; +} + +@media only screen and (min-width: 1276px) { + .bubbles-inner, .chat-input { + width: 75%; + } +} -- cgit v1.2.3-70-g09d2