diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-12 11:39:39 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-12 16:28:56 +0800 |
commit | 2a477eea4cd607a23f36b8989aec58e73100f36b (patch) | |
tree | 41615652be45e507b22bebcc7a06e2234daafbc8 /src | |
parent | 5c35881befd7a3dc51afd124ed28cc4ecb1bb827 (diff) |
fix: Update class name for map showcase
Diffstat (limited to 'src')
-rw-r--r-- | src/css/dumbymap.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index 383c4ec..f04ed8b 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
@@ -38,7 +38,7 @@ | |||
38 | overflow-x: scroll; | 38 | overflow-x: scroll; |
39 | /* height: 100vh; */ | 39 | /* height: 100vh; */ |
40 | 40 | ||
41 | #map { | 41 | .Showcase { |
42 | flex: 0; | 42 | flex: 0; |
43 | #mapPlaceholder { | 43 | #mapPlaceholder { |
44 | display: none; | 44 | display: none; |
@@ -47,7 +47,7 @@ | |||
47 | 47 | ||
48 | .SemanticHtml { | 48 | .SemanticHtml { |
49 | flex: 1; | 49 | flex: 1; |
50 | padding: 20px; | 50 | padding: 0.5rem; |
51 | overflow-y: scroll; | 51 | overflow-y: scroll; |
52 | 52 | ||
53 | > .draggable-block { | 53 | > .draggable-block { |
@@ -99,7 +99,7 @@ | |||
99 | width: fit-content; | 99 | width: fit-content; |
100 | } | 100 | } |
101 | 101 | ||
102 | #map .map-container { | 102 | .Showcase .map-container { |
103 | width: 100% !important; | 103 | width: 100% !important; |
104 | height: 100% !important; | 104 | height: 100% !important; |
105 | } | 105 | } |
@@ -120,7 +120,7 @@ | |||
120 | } | 120 | } |
121 | 121 | ||
122 | .result-html[data-layout=side] { | 122 | .result-html[data-layout=side] { |
123 | #map, | 123 | .Showcase, |
124 | .SemanticHtml { | 124 | .SemanticHtml { |
125 | flex: 50%; | 125 | flex: 50%; |
126 | overflow-y: scroll; | 126 | overflow-y: scroll; |
@@ -129,7 +129,7 @@ | |||
129 | } | 129 | } |
130 | 130 | ||
131 | .result-html[data-layout=overlay] { | 131 | .result-html[data-layout=overlay] { |
132 | #map, | 132 | .Showcase, |
133 | .SemanticHtml { | 133 | .SemanticHtml { |
134 | position: fixed; | 134 | position: fixed; |
135 | height: 100%; | 135 | height: 100%; |