diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-25 14:55:19 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-26 19:40:48 +0800 |
commit | 22be38a505183a5615b2934571e4c95b55c07583 (patch) | |
tree | 82a85ba56ed9a0e350aa84ca8e0321c577eaad3d /src/css/index.css | |
parent | ef12755cfa819b891998d1af756e6a1b0c16ee2c (diff) |
feat: add MenuItem for GeoLink
Diffstat (limited to 'src/css/index.css')
-rw-r--r-- | src/css/index.css | 5 |
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 | } | ||