minor adjustments to settings menu button placement

This commit is contained in:
2025-06-04 17:48:20 -07:00
parent 38d15eb95a
commit 7067dae78a

View File

@@ -277,8 +277,8 @@ body, html {
/* Settings button in top right of map */
.settings-btn {
position: absolute;
top: 16px;
right: 16px;
top: 10px;
right: 10px;
z-index: 101;
background: rgba(30,30,30,0.95);
border: 1px solid #d103f9;