diff options
| author | bobzel <zzzman@gmail.com> | 2024-10-17 13:31:25 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-10-17 13:31:25 -0400 |
| commit | 5e3f9d84da226e62ce109cc2c0b00ba76eb45189 (patch) | |
| tree | 7516f80d96cb28088a49b1cba0edf7df78821c47 /src/client/views/collections/FlashcardPracticeUI.scss | |
| parent | 14f412611299fc350f13b6f96be913d59533cfb3 (diff) | |
| parent | 4a9330e996b9117fb27560b9898b6fc1dbb78f96 (diff) | |
Merge branch 'master' into ajs-before-executable
Diffstat (limited to 'src/client/views/collections/FlashcardPracticeUI.scss')
| -rw-r--r-- | src/client/views/collections/FlashcardPracticeUI.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/collections/FlashcardPracticeUI.scss b/src/client/views/collections/FlashcardPracticeUI.scss index 4ed27793d..210c6798f 100644 --- a/src/client/views/collections/FlashcardPracticeUI.scss +++ b/src/client/views/collections/FlashcardPracticeUI.scss @@ -1,3 +1,9 @@ +.FlashcardPracticeUI { + width: 100%; + height: 100%; + display: flex; + align-items: center; +} .FlashcardPracticeUI-remove, .FlashcardPracticeUI-check { position: absolute; |
