diff --git a/frontend/public/earth/css/base.css b/frontend/public/earth/css/base.css index abc9af32..d08ac3da 100644 --- a/frontend/public/earth/css/base.css +++ b/frontend/public/earth/css/base.css @@ -106,7 +106,7 @@ input[type="range"]::-webkit-slider-thumb { .status-message { position: absolute; top: 20px; - right: 20px; + right: 260px; background-color: rgba(10, 10, 30, 0.85); border-radius: 10px; padding: 10px 15px; diff --git a/frontend/public/earth/css/coordinates-display.css b/frontend/public/earth/css/coordinates-display.css index a18ca4e6..07fe73f4 100644 --- a/frontend/public/earth/css/coordinates-display.css +++ b/frontend/public/earth/css/coordinates-display.css @@ -3,7 +3,7 @@ #coordinates-display { position: absolute; top: 20px; - right: 250px; + right: 20px; background-color: rgba(10, 10, 30, 0.85); border-radius: 10px; padding: 10px 15px;