diff options
| author | bobzel <zzzman@gmail.com> | 2024-10-09 13:27:56 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-10-09 13:27:56 -0400 |
| commit | 01db98ebdd02729729222bdd20ab65b57cbbe94c (patch) | |
| tree | e0736e54ccce0053def8c1888fb6ed4e3fabbd06 /src/client/views/collections/FlashcardPracticeUI.scss | |
| parent | c9f90fbda9f9b3fc3e5fe5ade134f32af6074617 (diff) | |
more refactoring to of collection flashcards into CollectioSubView to simplify using it in diferent collection views.
Diffstat (limited to 'src/client/views/collections/FlashcardPracticeUI.scss')
| -rw-r--r-- | src/client/views/collections/FlashcardPracticeUI.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/FlashcardPracticeUI.scss b/src/client/views/collections/FlashcardPracticeUI.scss index 2f99500f8..c5252bbfa 100644 --- a/src/client/views/collections/FlashcardPracticeUI.scss +++ b/src/client/views/collections/FlashcardPracticeUI.scss @@ -50,7 +50,7 @@ height: 20px; align-items: center; margin: auto; - padding: 3px; + // padding: 3px; &:hover { color: white; } |
