mirror of
https://github.com/bytedream/stream-bypass.git
synced 2026-08-05 05:20:41 +02:00
add per domain settings (#30)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
{#if $toast}
|
||||
<div
|
||||
class="absolute top-2 left-1/2 -translate-x-1/2 z-20 px-3 py-1.5 bg-gray-700 text-gray-100 text-sm rounded shadow-lg pointer-events-none"
|
||||
class="absolute top-2 left-1/2 -translate-x-1/2 z-20 w-max max-w-11/12 px-3 py-1.5 bg-gray-700 text-gray-100 text-sm rounded shadow-lg pointer-events-none"
|
||||
transition:fly={{ y: -20, duration: 200 }}
|
||||
>
|
||||
{$toast.message}
|
||||
|
||||
Reference in New Issue
Block a user