Skip to content

Commit

Permalink
fix(flip study set): giao diện tối ưu cho màn hình bé
Browse files Browse the repository at this point in the history
  • Loading branch information
nqmgaming committed Nov 30, 2024
1 parent 9fe731e commit 28b82fd
Show file tree
Hide file tree
Showing 3 changed files with 362 additions and 157 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ fun FlipFlashCard(
if (flashCards.isNotEmpty()) {
CardStack(
modifier = Modifier
.fillMaxSize()
.padding(16.dp)
.zIndex(2f),
stackState = stackState,
Expand Down
Loading

0 comments on commit 28b82fd

Please sign in to comment.