mirror of
https://github.com/Snouzy/workout-cool.git
synced 2026-05-19 14:40:35 +00:00
style(workout-session-timer.tsx): adjust timer container positioning for better visibility and responsiveness
This commit is contained in:
@@ -23,7 +23,7 @@ export function WorkoutSessionTimer() {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="fixed absolute bottom-20 left-1/2 transform -translate-x-1/2 mb-3">
|
||||
<div className="fixed bottom-36 sm:bottom-20 left-1/2 transform -translate-x-1/2 mb-3 z-50">
|
||||
<div className="bg-white dark:bg-slate-900 rounded-full px-6 py-4 border border-slate-200 dark:border-slate-700 shadow-lg backdrop-blur-sm">
|
||||
<div className="flex items-center justify-between gap-4">
|
||||
{/* Timer display */}
|
||||
|
||||
Reference in New Issue
Block a user