From 96424bafca3986b0ab23d79bec3013d9dca7775b Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 22 Sep 2024 12:58:42 +0400 Subject: [PATCH] make this thing less long --- config/ags/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/ags/style.css b/config/ags/style.css index b7b98274..c7699e2d 100644 --- a/config/ags/style.css +++ b/config/ags/style.css @@ -68,6 +68,20 @@ label { border-bottom: 3px solid @theme_selected_bg_color; } +.client-title { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + max-width: 50px; +} + +.media { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + max-width: 100px; +} + levelbar block, highlight { min-height: 10px;