diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-12 19:10:10 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-12 19:10:10 +0800 |
commit | 2d3fc98896a9504e2d4b20df43fc40b15f9b48e2 (patch) | |
tree | 9d394d0f4fe9cbffb62c753eabc80c1feccdfa9c | |
parent | d0b122997dc8555953ab2b8e3f2cd5b2f950b69b (diff) |
fix: Prevent editor cover screen
-rw-r--r-- | src/css/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/css/index.css b/src/css/index.css index 55e3668..93a4918 100644 --- a/src/css/index.css +++ b/src/css/index.css | |||
@@ -22,6 +22,7 @@ body { | |||
22 | .editor { | 22 | .editor { |
23 | order: 1; | 23 | order: 1; |
24 | flex: 0 0 48%; | 24 | flex: 0 0 48%; |
25 | max-width: 50vw; | ||
25 | height: calc(100vh - 15px); | 26 | height: calc(100vh - 15px); |
26 | margin: 10px; | 27 | margin: 10px; |
27 | } | 28 | } |