From 415dd87117a548adcfd8e83a058305f34ef60780 Mon Sep 17 00:00:00 2001 From: Daniel Volz Date: Sun, 28 Dec 2025 11:56:55 +0100 Subject: [PATCH] feat(ui): improve modal footer layout and enhance mobile form styling --- frontend/src/App.tsx | 37 ++++++++++---------- frontend/src/styles.css | 77 ++++++++++++++++++++++++++++++++++------- 2 files changed, 84 insertions(+), 30 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index f1899a8..3eacd65 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -2226,7 +2226,7 @@ function AppContent() {
-
@@ -2297,7 +2297,7 @@ function AppContent() {
- +
@@ -2388,15 +2388,15 @@ function AppContent() {

{editingId ? t('form.editEntry') : t('form.newEntry')}

{ saveMedication(e); setShowEditModal(false); }}> -