style(toast): reposition to bottom-center, solid bg, larger text, longer duration

This commit is contained in:
Pontoporeia
2026-04-30 16:00:19 +02:00
parent e8bf89d184
commit 34b2d073ee
7 changed files with 331 additions and 302 deletions

View File

@@ -218,7 +218,7 @@ aside figcaption {
RESTRICTED ACCESS UI
============================================================ */
.tfe-restricted-access {
background: var(--surface);
background: var(--surface);
border: 1px solid var(--border);
border-radius: 8px;
padding: var(--space-m);
@@ -292,7 +292,9 @@ aside figcaption {
border: none;
border-radius: 4px;
cursor: pointer;
transition: background 0.2s, opacity 0.2s;
transition:
background 0.2s,
opacity 0.2s;
margin-top: var(--space-3xs);
}