pikto commited on
Commit
3097b78
1 Parent(s): 643a7e4

Update index-93c91554.css

Browse files
Files changed (1) hide show
  1. index-93c91554.css +31 -1
index-93c91554.css CHANGED
@@ -1,4 +1,34 @@
 
1
  display: flex;
2
  gap: var(--layout-gap);
3
  width: var(--size-full);
4
- align-content: center;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ div.svelte-15lo0d8 {
2
  display: flex;
3
  gap: var(--layout-gap);
4
  width: var(--size-full);
5
+ align-content: center;
6
+ }
7
+
8
+ .hide.svelte-15lo0d8 {
9
+ display: none
10
+ }
11
+
12
+ .compact.svelte-15lo0d8>*,.compact.svelte-15lo0d8 .box {
13
+ border-radius: 0
14
+ }
15
+
16
+ .compact.svelte-15lo0d8,.panel.svelte-15lo0d8 {
17
+ border-radius: var(--container-radius);
18
+ background: var(--background-fill-secondary);
19
+ padding: var(--size-2)
20
+ }
21
+
22
+ .unequal-height.svelte-15lo0d8 {
23
+ align-items: flex-start
24
+ }
25
+
26
+ .stretch.svelte-15lo0d8 {
27
+ align-items: stretch
28
+ }
29
+
30
+ div.svelte-15lo0d8>*,div.svelte-15lo0d8>.form>* {
31
+ flex: 1 1 0%;
32
+ flex-wrap: wrap;
33
+ min-width: min(160px,100%)
34
+ }