Fix: coordinates-display position

This commit is contained in:
rayd1o
2026-03-13 13:52:25 +08:00
parent b06cb4606f
commit 948af2c88f
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ input[type="range"]::-webkit-slider-thumb {
.status-message { .status-message {
position: absolute; position: absolute;
top: 20px; top: 20px;
right: 20px; right: 260px;
background-color: rgba(10, 10, 30, 0.85); background-color: rgba(10, 10, 30, 0.85);
border-radius: 10px; border-radius: 10px;
padding: 10px 15px; padding: 10px 15px;

View File

@@ -3,7 +3,7 @@
#coordinates-display { #coordinates-display {
position: absolute; position: absolute;
top: 20px; top: 20px;
right: 250px; right: 20px;
background-color: rgba(10, 10, 30, 0.85); background-color: rgba(10, 10, 30, 0.85);
border-radius: 10px; border-radius: 10px;
padding: 10px 15px; padding: 10px 15px;