aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-24 11:04:49 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-24 12:17:22 +0800
commitcf7619f6a42cb0fe4fef8b424d253258f3af7dde (patch)
tree3f91756d6ec5eea7496f851eaa85495eecc88be5 /src
parent830c8e4c6da521e471fed008e8b9c7c3a10214d5 (diff)
feat(CSS): improve draggable block looking with focus
Diffstat (limited to 'src')
-rw-r--r--src/css/dumbymap.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index 84c150c..996cce6 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -372,6 +372,7 @@
372 .handle { 372 .handle {
373 font-size: 1.1rem; 373 font-size: 1.1rem;
374 text-align: center; 374 text-align: center;
375 background: white;
375 376
376 transform: translate(0, -0.6rem); 377 transform: translate(0, -0.6rem);
377 transition: all 0.3s ease-in-out; 378 transition: all 0.3s ease-in-out;
@@ -399,7 +400,7 @@
399 400
400 .utils { 401 .utils {
401 visibility: visible; 402 visibility: visible;
402 animation: fade-in 1s; 403 animation: fade-in .5s;
403 } 404 }
404 405
405 } 406 }