diff options
| author | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-06-13 14:37:37 -0400 |
|---|---|---|
| committer | alyssaf16 <alyssa_feinberg@brown.edu> | 2024-06-13 14:37:37 -0400 |
| commit | 91e465c9ba542b637e66c7091c444a44fdbe4f0c (patch) | |
| tree | 529c8599dbb0cd1d31472293863d970d59a10319 /src/client/views/nodes/ComparisonBox.scss | |
| parent | 39784e909c68f139bb537151294d8db56d021158 (diff) | |
create flashcard stack and ui fixes
Diffstat (limited to 'src/client/views/nodes/ComparisonBox.scss')
| -rw-r--r-- | src/client/views/nodes/ComparisonBox.scss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/client/views/nodes/ComparisonBox.scss b/src/client/views/nodes/ComparisonBox.scss index 0b2c356e5..f7389e39b 100644 --- a/src/client/views/nodes/ComparisonBox.scss +++ b/src/client/views/nodes/ComparisonBox.scss @@ -16,14 +16,15 @@ } .input-box { position: absolute; + top: 50; padding: 10px; width: 100%; - height: 100%; + height: 70%; display: flex; } .submit-button { - position: relative; + position: absolute; padding-bottom: 10px; padding-left: 5px; padding-right: 5px; @@ -31,6 +32,7 @@ border-radius: 2px; height: 15%; display: flex; + bottom: 0; button { flex: 1; @@ -149,7 +151,7 @@ top: 10px; left: 10px; z-index: 200; - padding: 5px; + // padding: 5px; background: #dfdfdf; } |
