aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/telegram
diff options
context:
space:
mode:
authorLibravatar Daniel <me@posix.dev.br>2022-05-10 05:25:29 -0300
committerLibravatar GitHub <noreply@github.com>2022-05-10 08:25:29 +0000
commit28bf8200103b39909288e9a65deb2f11eb0b6189 (patch)
tree092dec2048ebb88c7c183c2e6912847a8da69d3e /recipes/telegram
parentfix unread count for msteams service (diff)
downloadferdium-recipes-28bf8200103b39909288e9a65deb2f11eb0b6189.tar.gz
ferdium-recipes-28bf8200103b39909288e9a65deb2f11eb0b6189.tar.zst
ferdium-recipes-28bf8200103b39909288e9a65deb2f11eb0b6189.zip
Telegram: Improve view width on 'K' version (#15)
Diffstat (limited to 'recipes/telegram')
-rw-r--r--recipes/telegram/service.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/telegram/service.css b/recipes/telegram/service.css
index 69291a1..fbba8c6 100644
--- a/recipes/telegram/service.css
+++ b/recipes/telegram/service.css
@@ -149,3 +149,8 @@ body.darkTheme,
149 background-color: #4d4d4d !important; 149 background-color: #4d4d4d !important;
150 border-color: #5d5d5d; 150 border-color: #5d5d5d;
151} 151}
152
153/* fix for 'K' version regarding view width on screens larger than 1080p */
154#page-chats {
155 max-width: 100vw !important;
156}