mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 05:35:41 -04:00
feat: add toast notifications
This commit is contained in:
24
tvapp2/www/css/tvapp2.min.css
vendored
24
tvapp2/www/css/tvapp2.min.css
vendored
@@ -9,11 +9,6 @@
|
||||
--bs-table-bg-type: #242424;
|
||||
}
|
||||
|
||||
.table > :not(caption) > * > *
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
background-color: #f8f9fa;
|
||||
@@ -430,6 +425,7 @@ p
|
||||
font-weight: 100;
|
||||
border: 1px dashed #9e973a;
|
||||
display: none;
|
||||
z-index: 5000 !important;
|
||||
}
|
||||
|
||||
#ntfy-firewall
|
||||
@@ -542,7 +538,7 @@ code
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: 999;
|
||||
z-index: 200;
|
||||
}
|
||||
|
||||
.fixed-bottom
|
||||
@@ -551,7 +547,7 @@ code
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 999;
|
||||
z-index: 200;
|
||||
}
|
||||
|
||||
.sticky-top
|
||||
@@ -560,17 +556,25 @@ code
|
||||
{
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 999;
|
||||
z-index: 99999;
|
||||
}
|
||||
}
|
||||
|
||||
.sticky-bottom
|
||||
{
|
||||
position: -webkit-sticky;
|
||||
position: relative !important;
|
||||
bottom: 0;
|
||||
z-index: 500 !important;
|
||||
}
|
||||
|
||||
.sticky-bottom
|
||||
{
|
||||
@supports (position: sticky)
|
||||
{
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: 999;
|
||||
z-index: 200;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -620,7 +624,7 @@ code
|
||||
|
||||
#dimmer
|
||||
{
|
||||
z-index: 300;
|
||||
z-index: 200;
|
||||
position: fixed;
|
||||
background-color: #000000;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user