From 640d9020f9146af0b649040d30c68225b3a7e42f Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Fri, 23 May 2025 17:39:34 +0900 Subject: [PATCH] toast close button padding --- public/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index c45c03217..92d807007 100644 --- a/public/style.css +++ b/public/style.css @@ -3970,7 +3970,8 @@ body #toast-container .toast-warning { } button.toast-close-button { - padding-right: 3px + padding-right: 5px; + padding-top: 3px; } #dialogue_del_mes { @@ -6148,4 +6149,4 @@ body:not(.movingUI) .drawer-content.maximized { .info-block.error { border-color: var(--error-color, #e87f7f); background-color: rgba(241, 163, 163, 0.2); -} +} \ No newline at end of file