From 4c401e6e2945bd75e9d73486ae5fb778925882f3 Mon Sep 17 00:00:00 2001 From: Sami Mokaddem Date: Fri, 28 Oct 2022 09:10:26 +0200 Subject: [PATCH] chg: [ui:layout] Added spacing between toast --- templates/layout/default.php | 2 +- webroot/css/layout.css | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/templates/layout/default.php b/templates/layout/default.php index 1509aea..e810136 100644 --- a/templates/layout/default.php +++ b/templates/layout/default.php @@ -88,7 +88,7 @@ $sidebarOpen = $loggedUser->user_settings_by_name_with_fallback['ui.sidebar.expa -
+
diff --git a/webroot/css/layout.css b/webroot/css/layout.css index 9762b1b..95c1655 100644 --- a/webroot/css/layout.css +++ b/webroot/css/layout.css @@ -207,6 +207,15 @@ main.content { min-width: 25px; } +.main-toast-container { + position: absolute; + top: 15px; + right: 15px; + z-index: 1080; + display: flex; + flex-direction: column; + row-gap: 0.5em; +} /* sidebar */ .sidebar-wrapper {