mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
style(toast): reposition to bottom-center, solid bg, larger text, longer duration
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user