aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/MapBox/MapBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-15 11:20:43 -0500
committerbobzel <zzzman@gmail.com>2023-12-15 11:20:43 -0500
commit0f2a9cce8286ca069ce7a7bf20fd05abc50acf22 (patch)
tree01938235d5a461be9a0157d50ce617669aeeee10 /src/client/views/nodes/MapBox/MapBox.scss
parentadf56d455ab0e429b7eac3430890ba7677cce8d9 (diff)
parentceb9ff8f2495bfeddb7bc0ab73fd5ddc3a6924fa (diff)
Merge remote-tracking branch 'origin/zaul-new-branch' into moreUpgrading
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox.scss')
-rw-r--r--src/client/views/nodes/MapBox/MapBox.scss23
1 files changed, 22 insertions, 1 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.scss b/src/client/views/nodes/MapBox/MapBox.scss
index 8353ecc0e..434e02b27 100644
--- a/src/client/views/nodes/MapBox/MapBox.scss
+++ b/src/client/views/nodes/MapBox/MapBox.scss
@@ -109,8 +109,14 @@
.animation-suboptions{
display: flex;
justify-content: flex-start;
+ flex-wrap: wrap;
align-items: center;
gap: 7px;
+ width: 100%;
+
+ .first-person-label{
+ width: '130px' !important;
+ }
label{
margin-bottom: 0;
@@ -120,7 +126,7 @@
margin-right: 5px;
}
- #last-divider{
+ #divider{
margin-left: 10px;
margin-right: 10px;
}
@@ -128,6 +134,21 @@
}
+ }
+
+ .zoom-box {
+ position: absolute;
+ z-index: 900;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ background-color: white;
+ font-size: 1.4em;
+ border-radius: 5px;
+ bottom: 5px;
+ left: 5px;
+ padding: 3px;
}