diff options
| author | bobzel <zzzman@gmail.com> | 2024-10-10 16:24:00 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-10-10 16:24:00 -0400 |
| commit | 386d640fe7fc4b443bc5f241f86e27424851dc4e (patch) | |
| tree | 6a475c178ba36423ffa6c6d0d3cdbf2c6ec05896 /src/client/views/collections/FlashcardPracticeUI.scss | |
| parent | e329ac0aea297e63401c7853fbf2d9d6b280cc2d (diff) | |
adjusted placement of flaschard practice buttons to be closer to the bottom. Fixed being able to enter quiz mode for flaschards created as part of a stack by fixing embedContainer setting.
Diffstat (limited to 'src/client/views/collections/FlashcardPracticeUI.scss')
| -rw-r--r-- | src/client/views/collections/FlashcardPracticeUI.scss | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/client/views/collections/FlashcardPracticeUI.scss b/src/client/views/collections/FlashcardPracticeUI.scss index 2f99500f8..4ed27793d 100644 --- a/src/client/views/collections/FlashcardPracticeUI.scss +++ b/src/client/views/collections/FlashcardPracticeUI.scss @@ -16,13 +16,15 @@ .FlashcardPracticeUI-practice { position: absolute; width: 100%; - pointer-events: all; -} -.FlashcardPracticeUI-remove { - left: 52%; -} -.FlashcardPracticeUI-check { - right: 52%; + pointer-events: none; + .FlashcardPracticeUI-remove { + left: 52%; + pointer-events: all; + } + .FlashcardPracticeUI-check { + right: 52%; + pointer-events: all; + } } .FlashcardPracticeUI-menu { position: absolute; |
