feat: add toast notifications

This commit is contained in:
2025-04-09 09:00:12 -07:00
parent a659e03512
commit 25ac27dd64

View File

@@ -9,11 +9,6 @@
--bs-table-bg-type: #242424; --bs-table-bg-type: #242424;
} }
.table > :not(caption) > * > *
{
}
body body
{ {
background-color: #f8f9fa; background-color: #f8f9fa;
@@ -430,6 +425,7 @@ p
font-weight: 100; font-weight: 100;
border: 1px dashed #9e973a; border: 1px dashed #9e973a;
display: none; display: none;
z-index: 5000 !important;
} }
#ntfy-firewall #ntfy-firewall
@@ -542,7 +538,7 @@ code
top: 0; top: 0;
right: 0; right: 0;
left: 0; left: 0;
z-index: 999; z-index: 200;
} }
.fixed-bottom .fixed-bottom
@@ -551,7 +547,7 @@ code
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 999; z-index: 200;
} }
.sticky-top .sticky-top
@@ -560,17 +556,25 @@ code
{ {
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 999; z-index: 99999;
} }
} }
.sticky-bottom
{
position: -webkit-sticky;
position: relative !important;
bottom: 0;
z-index: 500 !important;
}
.sticky-bottom .sticky-bottom
{ {
@supports (position: sticky) @supports (position: sticky)
{ {
position: sticky; position: sticky;
bottom: 0; bottom: 0;
z-index: 999; z-index: 200;
} }
} }
@@ -620,7 +624,7 @@ code
#dimmer #dimmer
{ {
z-index: 300; z-index: 200;
position: fixed; position: fixed;
background-color: #000000; background-color: #000000;
width: 100%; width: 100%;