Jonas Wiesli commited on
Commit
5b3ad3a
·
1 Parent(s): 3d37f6a

adjustment for positioning

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. style.css +4 -0
app.py CHANGED
@@ -31,7 +31,7 @@ css = "@import url(https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;
31
  "\";position:absolute;top:20px;left:20px;color:#000;font-size:var(--text-lg)}#component-51>:not(:last-child){" \
32
  "flex-grow:1}#component-49{position:initial;background-image:url(" \
33
  "\"file/img/map.jpg\");background-position:center;background-repeat:no-repeat;background-size:contain" \
34
- "}#component-50,#component-57,#component-64{" \
35
  "position:absolute;top:20px;right:20px;width:44px;height:44px;min-width:44px;min" \
36
  "-height:44px;line-height:0}.output-class.svelte-1s28oeb.svelte-1s28oeb.svelte-1s28oeb,div.svelte-1eq475l{" \
37
  "font-weight:400}"
 
31
  "\";position:absolute;top:20px;left:20px;color:#000;font-size:var(--text-lg)}#component-51>:not(:last-child){" \
32
  "flex-grow:1}#component-49{position:initial;background-image:url(" \
33
  "\"file/img/map.jpg\");background-position:center;background-repeat:no-repeat;background-size:contain" \
34
+ "}#component-62{position:initial}#component-50,#component-57,#component-64{" \
35
  "position:absolute;top:20px;right:20px;width:44px;height:44px;min-width:44px;min" \
36
  "-height:44px;line-height:0}.output-class.svelte-1s28oeb.svelte-1s28oeb.svelte-1s28oeb,div.svelte-1eq475l{" \
37
  "font-weight:400}"
style.css CHANGED
@@ -124,6 +124,10 @@ textarea {
124
  background-size: contain;
125
  }
126
 
 
 
 
 
127
  #component-50, #component-57, #component-64 {
128
  position: absolute;
129
  top: 20px;
 
124
  background-size: contain;
125
  }
126
 
127
+ #component-62 {
128
+ position: initial;
129
+ }
130
+
131
  #component-50, #component-57, #component-64 {
132
  position: absolute;
133
  top: 20px;