From cabc08de2944606f495cf931838d214a000a20ce Mon Sep 17 00:00:00 2001 From: 0x1d Date: Thu, 23 Oct 2025 08:06:55 +0200 Subject: [PATCH] fix: error styling and buttons --- public/styles/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/styles/main.css b/public/styles/main.css index e2d33d2..cef62c8 100644 --- a/public/styles/main.css +++ b/public/styles/main.css @@ -7504,6 +7504,8 @@ html { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3); } +<<<<<<< Updated upstream +======= .overlay-dialog-btn-danger { background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%); @@ -7544,7 +7546,6 @@ html { .rollout-panel { padding: 1.5rem; - max-width: 600px; } .rollout-header { @@ -7836,3 +7837,4 @@ html { background: var(--error-bg); color: var(--error-color); } +>>>>>>> Stashed changes