From 977e6a02f4c21bbfc15e49f9b7247e3c216ba171 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 2 May 2024 17:21:53 +0000 Subject: another css fix --- view/js/main.js | 2 +- view/tpl/hdr.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/js/main.js b/view/js/main.js index 8904f8b4c..5d273ee39 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -1823,7 +1823,7 @@ function toast(string, severity) { let toast = document.createElement('div'); toast.innerHTML = '
' + string + '
'; - toast.classList.add('toast', 'p-2', 'm-3', 'bg-' + severity + '-subtle', 'text-' + severity + '-emphasis', 'border-' + severity); + toast.classList.add('toast', 'p-2', 'bg-' + severity + '-subtle', 'text-' + severity + '-emphasis', 'border-' + severity); container.prepend(toast); let toastInstance = bootstrap.Toast.getOrCreateInstance(toast); diff --git a/view/tpl/hdr.tpl b/view/tpl/hdr.tpl index ba63830eb..f4f346fb7 100644 --- a/view/tpl/hdr.tpl +++ b/view/tpl/hdr.tpl @@ -1 +1 @@ -
+
-- cgit v1.2.3