master @ 21 LINES
[ HISTORY ] [ UP ]
┌─ SCSS ─────────────────────────────────────────────────────────────────────┐
│ .toast-region { │
│ position: fixed; │
│ right: 1.25em; │
│ bottom: 1.25em; │
│ display: flex; │
│ flex-direction: column; │
│ align-items: flex-end; │
│ gap: 0.5em; │
│ z-index: 10; │
│ pointer-events: none; │
│ } │
│ │
│ // No entrance transition - a toast prints like a terminal line. │
│ .toast { │
│ pre.ascii.toast-frame { │
│ width: auto; │
│ background: var(--paper); │
│ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 8px 24px -12px rgba(0, 0, 0, 0.3) │
│ ; │
│ } │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ SCSS ───────────────────────────────┐
│ .toast-region { │
│ position: fixed; │
│ right: 1.25em; │
│ bottom: 1.25em; │
│ display: flex; │
│ flex-direction: column; │
│ align-items: flex-end; │
│ gap: 0.5em; │
│ z-index: 10; │
│ pointer-events: none; │
│ } │
│ │
│ // No entrance transition - a toast prints l │
│ ike a terminal line. │
│ .toast { │
│ pre.ascii.toast-frame { │
│ width: auto; │
│ background: var(--paper); │
│ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08 │
│ ), 0 8px 24px -12px rgba(0, 0, 0, 0.3); │
│ } │
│ } │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET