From 9e917536c0a85fbce186434234e849d5ba1b5eef Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Sun, 25 Aug 2024 17:23:18 +0100 Subject: [PATCH] fix border-radius --- ui/ui/sections/header.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/ui/sections/header.tpl b/ui/ui/sections/header.tpl index da0e0a4c..764e8d41 100644 --- a/ui/ui/sections/header.tpl +++ b/ui/ui/sections/header.tpl @@ -219,8 +219,8 @@ padding: 10px 15px; background-color: inherit; border-top: 1px solid transparent; - border-bottom-right-radius: 15px; - border-bottom-left-radius: 15px; + border-bottom-right-radius: 25px; + border-bottom-left-radius: 25px; } .box {