aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-24 18:59:09 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-24 20:10:50 +0800
commit34587b0d17cddaf5d5a11ffda4019acda9bc0864 (patch)
tree99cefed40b82241b07d9d80b7ed5081e00822d09 /src
parentac66fd66dfe20c91588afaa4837fd046b32c27ee (diff)
feat(CSS): prettify of draggable bar
Diffstat (limited to 'src')
-rw-r--r--src/css/dumbymap.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index f4abaad..442d068 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -263,7 +263,7 @@
263 transition: transform 0.3s ease-in-out; 263 transition: transform 0.3s ease-in-out;
264 transform: scale(0.5, 0.5); 264 transform: scale(0.5, 0.5);
265 cursor: grab; 265 cursor: grab;
266 box-shadow: inset 0 0 0 2px white; 266 box-shadow: inset 0 0 0 4px white;
267 267
268 &:hover { 268 &:hover {
269 transform: unset; 269 transform: unset;