From 5bc039792979ef2591ac7f8d397473a7e546b4dc Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:30:26 +0400 Subject: [PATCH] config/ags: hopefully stop overflow --- config/ags/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config/ags/style.css b/config/ags/style.css index 8eded59e..03e9c026 100644 --- a/config/ags/style.css +++ b/config/ags/style.css @@ -24,7 +24,7 @@ button { } button:active { - background-color: @theme_selected_bg_color; + background-color: #ea4c88; } button:hover { @@ -37,12 +37,20 @@ label { .client-title { color: @theme_selected_bg_color; + max-width: 50px; + overflow: hidden; + text-overflow: ellipsis; } .notification { color: yellow; } +.media { + max-width: 50px; + overflow: hidden; + text-overflow: ellipsis; +} .workspace-indicator { min-width: 0;