From 0482ff89e02caf9b74d358a6d45532e8407f108a Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Tue, 26 Mar 2024 16:58:41 +0200 Subject: [PATCH] Added the all-important 4px rounding toworkspace thumbnail --- theme/gnome-shell_css/overview.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/gnome-shell_css/overview.css b/theme/gnome-shell_css/overview.css index 2ed6737..4d17766 100644 --- a/theme/gnome-shell_css/overview.css +++ b/theme/gnome-shell_css/overview.css @@ -37,6 +37,7 @@ /* thumbnails on overview (workspaces list under search) */ .workspace-thumbnail { background-color: ACCENT-DISABLED-COLOR !important; + border-radius: 4px; border: 1px solid BORDER-SHADOW !important; }