diff options
| author | zaultavangar <zaul_tavangar@brown.edu> | 2023-12-14 22:27:56 -0500 |
|---|---|---|
| committer | zaultavangar <zaul_tavangar@brown.edu> | 2023-12-14 22:27:56 -0500 |
| commit | 1dd4bbb41fedc6e0572cc1ead0dfc16db95d717a (patch) | |
| tree | 0da21d7db66803478c7b9e807d528e55d7e11f05 /src/client/views/nodes/MapBox/MapBox.scss | |
| parent | e9b59a2790006af60206af7f676ad4a0ccceee13 (diff) | |
finished animation, general debugging
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox.scss')
| -rw-r--r-- | src/client/views/nodes/MapBox/MapBox.scss | 23 |
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 d3c6bb14e..e25261729 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; } |
