mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-29 13:00:12 +02:00
web/DialogHolder: clean up
This commit is contained in:
parent
782752fd60
commit
2efaa11670
@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
import SmallDialog from "./SmallDialog.svelte";
|
||||
import SmallDialog from "$components/dialog/SmallDialog.svelte";
|
||||
import dialogs from "$lib/dialogs";
|
||||
|
||||
$: backdropVisible = $dialogs.length > 0;
|
||||
@ -60,5 +60,4 @@
|
||||
backdrop-filter: none !important;
|
||||
-webkit-backdrop-filter: none !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user