aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css/index.css
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-15 00:25:25 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-15 11:02:28 +0800
commitdfc9ccff45df96d0ffbfef71bbec0a7233b8f391 (patch)
treeb6ad62b72656b309db31dc0603fd80a1ed86ffe8 /src/css/index.css
parent7bfa3fdd32f5fb037ebec24b185c7f1e4661c46a (diff)
chore(CSS): Improve layout of DumbyMap
Diffstat (limited to 'src/css/index.css')
-rw-r--r--src/css/index.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css/index.css b/src/css/index.css
index 17a8dd1..49b3abb 100644
--- a/src/css/index.css
+++ b/src/css/index.css
@@ -15,7 +15,7 @@ body {
15 padding: 0.5em; 15 padding: 0.5em;
16 16
17 .DumbyMap { 17 .DumbyMap {
18 order: 2; 18 order: 1;
19 flex: 1 0 calc(50% - 0.5em); 19 flex: 1 0 calc(50% - 0.5em);
20 height: 100%; 20 height: 100%;
21 overflow-y: scroll; 21 overflow-y: scroll;
@@ -25,7 +25,7 @@ body {
25 .editor { 25 .editor {
26 display: block; 26 display: block;
27 27
28 order: 1; 28 order: 2;
29 flex: 1 0 50%; 29 flex: 1 0 50%;
30 max-width: calc(50% - 0.5em); 30 max-width: calc(50% - 0.5em);
31 height: 100%; 31 height: 100%;