Skip to content

Commit

Permalink
fix: tweak fullscreen components position
Browse files Browse the repository at this point in the history
  • Loading branch information
fivestar committed Jan 3, 2025
1 parent 50c2645 commit 8ecc798
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/timer/timer.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

/* Fullscreen mode */
.timer-layout[data-fullscreen='true'] {
--timer-display-padding: 16px;
--timer-display-padding: 8px;

position: fixed;
top: 0;
Expand Down Expand Up @@ -242,7 +242,7 @@
}

.timer-progress {
top: calc(50% + 36vw / 2 + var(--font-size-small));
top: calc(50% + 36vw / 2);
}

&[data-rotated='true'] {
Expand All @@ -260,7 +260,7 @@
}

.timer-progress {
top: calc(50% + 36svh / 2 + var(--font-size-small));
top: calc(50% + 36svh / 2);
}
}

Expand Down

0 comments on commit 8ecc798

Please sign in to comment.