From 06985309470fb80353d0757ccd4bb274f9217530 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 6 Aug 2024 03:40:03 +0400 Subject: [PATCH] make button not be moved by border --- config/ags/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/config/ags/style.css b/config/ags/style.css index 76cb1083..1f873a45 100644 --- a/config/ags/style.css +++ b/config/ags/style.css @@ -13,6 +13,7 @@ button { padding-bottom: 0; border: none; background-color: transparent; + border-bottom: 3px solid transparent; } button:active {