From 00e2b64f603ac28883bf181cb733f5f50069e74c Mon Sep 17 00:00:00 2001 From: Mathis Keller Date: Wed, 7 Feb 2024 22:22:30 +0100 Subject: [PATCH] Adjust button sizes --- src/CyclingApp/Pages/Home.razor | 36 ++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/src/CyclingApp/Pages/Home.razor b/src/CyclingApp/Pages/Home.razor index 71ff701..619b532 100644 --- a/src/CyclingApp/Pages/Home.razor +++ b/src/CyclingApp/Pages/Home.razor @@ -4,27 +4,31 @@ - - - DISTANCE - 26.57 - km - - - AVG SPEED - 29.8 - km/h - - + + + + DISTANCE + 26.57 + km + + + + + AVG SPEED + 29.8 + km/h + + + TIME - @_currentTime.ToString("hh\\:mm\\:ss") + @_currentTime.ToString("hh\\:mm\\:ss") @if (_stopWatch.IsRunning || _isPaused) { - + @if (_isPaused) { @@ -41,11 +45,11 @@ @if (!_isPaused) { - + } - + @if (_isPaused) {