From fada005f272e8335f5037fda7caf83212bd95be9 Mon Sep 17 00:00:00 2001 From: Vasiliy Doylov Date: Sun, 22 Jun 2025 20:00:23 +0300 Subject: [PATCH] UI: Fix status border radius Signed-off-by: Vasiliy Doylov --- src/gtk/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtk/style.css b/src/gtk/style.css index bf1c76e..ed919b0 100644 --- a/src/gtk/style.css +++ b/src/gtk/style.css @@ -26,7 +26,7 @@ background-color: alpha(var(--error-bg-color), 0.1); } .singbox-status > sheet > stack > button { - border-radius: 10px; + border-radius: 10px 10px 0px 0px; padding: 5px; } .singbox-log {