-
-
- Level: {{ firstCard.repetition.level }}
- successRepetition(firstCard.repetition._id ?? '')"
- @fail="() => failRepetition(firstCard.repetition._id ?? '')"
- />
+
@@ -45,5 +33,14 @@ const firstCard = computed(() => {
.spaced-repetition-card {
display: flex;
flex: 1;
+
+ .card-container {
+ display: flex;
+ flex-direction: column;
+ }
+
+ .cards {
+ flex: 1;
+ }
}