diff options
| author | zaultavangar <zaul_tavangar@brown.edu> | 2023-12-11 20:37:52 -0500 |
|---|---|---|
| committer | zaultavangar <zaul_tavangar@brown.edu> | 2023-12-11 20:37:52 -0500 |
| commit | bc23855777633dfd1caf7237b75c1e8fee88dff4 (patch) | |
| tree | cca84763f3d8269222b67fb637127e9ba2cb2d50 /src/client/views/nodes/MapBox/MapAnchorMenu.scss | |
| parent | e4eac6e4256dc320f6c767ecbad54b83459c4331 (diff) | |
new updates to map feature
Diffstat (limited to 'src/client/views/nodes/MapBox/MapAnchorMenu.scss')
| -rw-r--r-- | src/client/views/nodes/MapBox/MapAnchorMenu.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/client/views/nodes/MapBox/MapAnchorMenu.scss b/src/client/views/nodes/MapBox/MapAnchorMenu.scss index e2fcd78fc..c36d98afe 100644 --- a/src/client/views/nodes/MapBox/MapAnchorMenu.scss +++ b/src/client/views/nodes/MapBox/MapAnchorMenu.scss @@ -103,6 +103,26 @@ } + .customized-marker-container{ + display: flex; + flex-direction: column; + gap: 10px; + + .current-marker-container{ + display: flex; + align-items: center; + gap: 5px; + } + + .all-markers-container{ + display: flex; + align-items: center; + gap: 10px; + flex-wrap: wrap; + max-width: 400px; + } + } + |
