SYNC: new themeshot

This commit is contained in:
SPRINX0\prochazka
2025-03-26 10:07:54 +01:00
committed by Diflow
parent d539912762
commit e034fc1019
2 changed files with 10 additions and 2 deletions

View File

@@ -39,7 +39,14 @@
<!-- The Modal -->
<div id="myModal" class="bglayer">
<!-- Modal content -->
<div class="window" class:fullScreen class:simple use:clickOutside on:clickOutside={handleClickOutside}>
<div
class="window"
class:fullScreen
class:simple
use:clickOutside
on:clickOutside={handleClickOutside}
data-testid="ModalBase_window"
>
{#if $$slots.header}
<div class="header" class:fullScreen>
<div><slot name="header" /></div>