diff options
| author | bobzel <zzzman@gmail.com> | 2024-10-08 22:51:46 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-10-08 22:51:46 -0400 |
| commit | 972839216c14baa5c9eaf80e1fb2fb2694bbb72c (patch) | |
| tree | ebd73624983ad563134a6c17e8bce04a8a4bd38e /src/client/views/nodes/ComparisonBox.scss | |
| parent | caceff7f37b4e49621bc3495bf1d51fcc3a79957 (diff) | |
modified how buttons are laid out on carousel and comparison views so that text boxes can reflow around them. extracted flashcard pratice into its own component and applied it to carousel3D and carousel
Diffstat (limited to 'src/client/views/nodes/ComparisonBox.scss')
| -rw-r--r-- | src/client/views/nodes/ComparisonBox.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/client/views/nodes/ComparisonBox.scss b/src/client/views/nodes/ComparisonBox.scss index b7307f3a3..8156c50f6 100644 --- a/src/client/views/nodes/ComparisonBox.scss +++ b/src/client/views/nodes/ComparisonBox.scss @@ -296,3 +296,18 @@ } } } +.comparisonBox-bottomMenu { + transform-origin: bottom right; + width: max-content; + justify-content: space-between; + height: max-content; + position: absolute; + bottom: 0; + right: 2; + flex-direction: row-reverse; + display: flex; + cursor: pointer; + .comparisonBox-button { + padding-right: 8px; + } +} |
