From 364529c5b0a8c342e49a7755468bcc9b9425c3f2 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:32:27 +0400 Subject: [PATCH] config/ags: take two --- config/ags/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/ags/style.css b/config/ags/style.css index 8eded59e..ea8d79e1 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,16 @@ label { .client-title { color: @theme_selected_bg_color; + max-width: 50px; } .notification { color: yellow; } +.media { + max-width: 50px; +} .workspace-indicator { min-width: 0;