toats notifications in the web

This commit is contained in:
Priec
2026-08-07 21:30:32 +02:00
parent 945dd811f4
commit 7cda7ea833
12 changed files with 102 additions and 25 deletions

View File

@@ -15,6 +15,11 @@
:root { color: #17202a; background: #f3f5f7; font: 14px/1.45 Inter, ui-sans-serif, system-ui, sans-serif; }
body { margin: 0; }
[x-cloak] { display: none !important; }
/* Penguin UI's toast component file (included by ui/base.html) opens with the
demo buttons that trigger it in the library's own preview. The file is used
unmodified, so those buttons come along; this is what hides them. The app's
own trigger is the dispatch in ui/toast.html. */
.penguin-toast > button { display: none; }
button, input, select, textarea { font: inherit; }
select, input, textarea { width: 100%; padding: 9px 10px; border: 1px solid #cbd3dd; border-radius: 6px; color: #1e2938; background: white; }
textarea { resize: vertical; font: 13px/1.5 ui-monospace, monospace; }