aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/FlashcardPracticeUI.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-10-08 23:43:43 -0400
committerbobzel <zzzman@gmail.com>2024-10-08 23:43:43 -0400
commitc97d849a56d4642d9eb750beccb748b7d8ac15bd (patch)
tree6c154ba800f355df30d4590f727023927533eaab /src/client/views/collections/FlashcardPracticeUI.scss
parentca67414c9da685070c1143ce3b771edda2fdc191 (diff)
extended flashcard UI to cardDecks
Diffstat (limited to 'src/client/views/collections/FlashcardPracticeUI.scss')
-rw-r--r--src/client/views/collections/FlashcardPracticeUI.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/collections/FlashcardPracticeUI.scss b/src/client/views/collections/FlashcardPracticeUI.scss
index 53c26ad34..2f99500f8 100644
--- a/src/client/views/collections/FlashcardPracticeUI.scss
+++ b/src/client/views/collections/FlashcardPracticeUI.scss
@@ -13,6 +13,11 @@
color: white;
}
}
+.FlashcardPracticeUI-practice {
+ position: absolute;
+ width: 100%;
+ pointer-events: all;
+}
.FlashcardPracticeUI-remove {
left: 52%;
}
@@ -30,6 +35,7 @@
transform-origin: top left;
border-radius: 5px;
color: rgba(255, 255, 255, 0.5);
+ pointer-events: all;
background: rgba(0, 0, 0, 0.1);
.FlashcardPracticeUI-practiceModes {
width: 100%;