aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-27 17:14:21 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-27 17:14:21 +0800
commit88374bcef02306fe031c6fcd2676da346074b67e (patch)
treed31dfe32e3638c38bc0b2049adc97d1191135c49 /src
parent0a2e4ef604c0e74c7856cb39f42f464f5d21d5f7 (diff)
refactor: rename classname by newer mapclay
Diffstat (limited to 'src')
-rw-r--r--src/css/dumbymap.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index 4e8fc45..5a67575 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -31,7 +31,7 @@ root {
31 to { opacity: 0.3; } 31 to { opacity: 0.3; }
32} 32}
33 33
34.map-container { 34.mapclay {
35 position: relative; 35 position: relative;
36 transform-origin: top left; 36 transform-origin: top left;
37 37
@@ -194,7 +194,7 @@ root {
194 } 194 }
195 } 195 }
196 196
197 :has( > .map-container, > [data-placeholder]) { 197 :has( > .mapclay, > [data-placeholder]) {
198 display: flex; 198 display: flex;
199 gap: 0.5em; 199 gap: 0.5em;
200 200
@@ -202,7 +202,7 @@ root {
202 } 202 }
203 203
204 /* if Map not in showcase, add border when focused */ 204 /* if Map not in showcase, add border when focused */
205 .map-container { 205 .mapclay {
206 border: 3px solid transparent; 206 border: 3px solid transparent;
207 207
208 &.focus { 208 &.focus {
@@ -230,7 +230,7 @@ root {
230 230
231 position: relative; 231 position: relative;
232 232
233 .map-container { 233 .mapclay {
234 width: 100%; 234 width: 100%;
235 height: 100%; 235 height: 100%;
236 236
@@ -485,7 +485,7 @@ root {
485 max-height: unset; 485 max-height: unset;
486 } 486 }
487 487
488 .map-container { 488 .mapclay {
489 min-width: 200px; 489 min-width: 200px;
490 } 490 }
491 } 491 }