diff options
| author | zaultavangar <zaul_tavangar@brown.edu> | 2023-12-11 14:46:58 -0500 |
|---|---|---|
| committer | zaultavangar <zaul_tavangar@brown.edu> | 2023-12-11 14:46:58 -0500 |
| commit | e4eac6e4256dc320f6c767ecbad54b83459c4331 (patch) | |
| tree | aa786fdfa921ff6b0be9a7563e6efa985edecc37 /src/client/views/AntimodeMenu.scss | |
| parent | 18a201d2cab686e350374413630f93cfa4612b11 (diff) | |
updates to map feature
Diffstat (limited to 'src/client/views/AntimodeMenu.scss')
| -rw-r--r-- | src/client/views/AntimodeMenu.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/views/AntimodeMenu.scss b/src/client/views/AntimodeMenu.scss index b205a0f1e..62608ec4d 100644 --- a/src/client/views/AntimodeMenu.scss +++ b/src/client/views/AntimodeMenu.scss @@ -15,6 +15,11 @@ align-items: center; gap: 3px; + &.expanded { + // Conditionally unset the height when the class is applied + height: auto; + } + &.with-rows { flex-direction: column } |
