File size: 1,852 Bytes
c6141f4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
/* html/Style.css */

::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar-button {
    display: none;
}

body {
    -ms-overflow-style: none;
}

footer {
    display: none !important;
}

.app.svelte-182fdeq.svelte-182fdeq {
    padding: 0px;
}

.grid-wrap.svelte-hpz95u.svelte-hpz95u {
    overflow-y: auto;
}

.grid-container.svelte-eynlr2.svelte-eynlr2 {
    gap: 16px;
}

.image-frame.svelte-rrgd5g img {
    object-fit: contain;
}

.image-container.svelte-1l6wqyv {
    height: 100%;
}

.grid-container.svelte-eynlr2.svelte-eynlr2 {
    grid-template-rows: repeat(auto-fit, minmax(150px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(150px, 0.505fr));
}

.wrap.svelte-1sbaaot {
    align-items: inherit;
}

.wrap.svelte-z7cif2.svelte-z7cif2 {
    z-index: 100;
    max-height: 100%;
}

.stage-wrap.svelte-1sbaaot {
    transform: translate(0px, 266px);
}

button.svelte-1uw5tnk {
    margin-bottom: 8px;
    width: 192px;
    padding: 8px;
    border-radius: var(--container-radius);
}

.selected.svelte-1uw5tnk {
    border-color: var(--border-color-primary);
    border: 0px solid var(--border-color-primary);
    font-weight: bold;
    text-shadow: 0 0 25px rgb(216, 216, 216), 0 0 25px white, 0 0 25px white, 0 0 75px white;
}

.tab-nav.svelte-1uw5tnk {
    justify-content: space-evenly;
    border: 0px;
}

div.svelte-19hvt5v {
    border-radius: 10px;
    margin-top: 12px;
    border: 1px solid var(--border-color-primary);
}

input[type=range].svelte-pc1gm4 {
    background-image: linear-gradient(var(--color-accent), var(--color-accent));
}

.thumbnails.svelte-eynlr2.svelte-eynlr2 {
    align-items: center;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.icon.svelte-1oiin9d {
    display: none;
}