From 6c16e5e232812e410b3e510d9c7c218c83f1929e Mon Sep 17 00:00:00 2001 From: sto Date: Sat, 21 Jun 2025 11:04:08 +0200 Subject: [PATCH] Improve notice height --- app/views/layouts/authenticated.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/authenticated.html.slim b/app/views/layouts/authenticated.html.slim index 2b12753..ebc5487 100644 --- a/app/views/layouts/authenticated.html.slim +++ b/app/views/layouts/authenticated.html.slim @@ -30,7 +30,7 @@ html event.target.parentElement.parentElement.style.display = 'none'; } - .toast-container.position-fixed.p-3 style="right: 30px; top: 100px" + .toast-container.position-fixed.p-3 style="right: 30px; top: 85px" - flash.each do |type, msg| .toast role="alert" aria-live="assertive" aria-atomic="true" style="display: block" .toast-header