aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css/index.css
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-25 14:55:19 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-26 19:40:48 +0800
commit22be38a505183a5615b2934571e4c95b55c07583 (patch)
tree82a85ba56ed9a0e350aa84ca8e0321c577eaad3d /src/css/index.css
parentef12755cfa819b891998d1af756e6a1b0c16ee2c (diff)
feat: add MenuItem for GeoLink
Diffstat (limited to 'src/css/index.css')
-rw-r--r--src/css/index.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/css/index.css b/src/css/index.css
index 4737535..e4d29da 100644
--- a/src/css/index.css
+++ b/src/css/index.css
@@ -163,3 +163,8 @@ body {
163 } 163 }
164 } 164 }
165} 165}
166
167.menu-item-add-geolink {
168 padding: 0.5rem;
169 cursor: pointer;
170}