Design refresh + a bunch of stuff (#2864)

Co-authored-by: hfcRed <hfcred@gmx.net>
This commit is contained in:
Kalle
2026-03-19 17:51:42 +02:00
committed by GitHub
parent fcc5c5f273
commit fef1ffc955
830 changed files with 35854 additions and 16836 deletions

View File

@@ -2,7 +2,7 @@
position: fixed;
inset: 0;
z-index: 10;
overflow-y: auto;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.25);
display: flex;
min-height: 100%;
@@ -11,7 +11,6 @@
padding: 1rem;
text-align: center;
backdrop-filter: blur(10px); /* Adjust blur value as needed */
padding-block: var(--s-32);
}
.fullScreenOverlay {
@@ -35,10 +34,12 @@
.modal {
width: 100%;
max-width: 28rem;
overflow: hidden;
max-height: 80dvh;
overflow-x: hidden;
overflow-y: auto;
border-radius: 1rem;
background-color: var(--bg-lighter-solid);
border: 2.5px solid var(--border);
border: 1px solid var(--color-border);
background-color: var(--color-bg);
padding: var(--s-6);
text-align: left;
vertical-align: middle;
@@ -76,7 +77,7 @@
}
.headingContainer {
border-bottom: 2px solid var(--border);
border-bottom: var(--border-style);
padding-block-end: var(--s-2);
margin-block-end: var(--s-4);
display: flex;
@@ -90,5 +91,5 @@
}
.heading {
font-size: var(--fonts-lg);
font-size: var(--font-lg);
}