From 9245f8f90b0020521f1096f4639295b08840024d Mon Sep 17 00:00:00 2001 From: Vince Date: Tue, 27 Apr 2021 15:45:59 +0800 Subject: [PATCH] update --- src/sass/gnome-shell/widgets-40-0/_dash.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/gnome-shell/widgets-40-0/_dash.scss b/src/sass/gnome-shell/widgets-40-0/_dash.scss index a00e9d8..6bdf78f 100644 --- a/src/sass/gnome-shell/widgets-40-0/_dash.scss +++ b/src/sass/gnome-shell/widgets-40-0/_dash.scss @@ -3,7 +3,7 @@ $dash_placeholder_size: 32px; $dash_padding: $base_padding + 4px; // 10px $dash_spacing: $base_padding / 4; $dash_bottom_margin: $base_margin * 4; -$dash_border_radius: $bt_radius * 2.5; +$dash_border_radius: $bt_radius * 3; #dash { margin-top: $base_spacing * 2;