aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/telegram/service.css
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/telegram/service.css')
-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}