From 357323451779afedd097f75c1d213d747e8b9b04 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:52:48 +0400 Subject: [PATCH] ok --- config/ags/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/ags/style.css b/config/ags/style.css index fa9e5e18..653807c9 100644 --- a/config/ags/style.css +++ b/config/ags/style.css @@ -30,6 +30,10 @@ label { font-weight: bold; } +.workspaces button { + border-bottom: 1px transparent; +} + .workspaces button.focused { border-bottom: 1px solid @theme_selected_bg_color; }