From 8626577696e98bfae4cbc61ebfd55688c3ed23d8 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 24 Oct 2024 19:16:17 -0700 Subject: [PATCH] Fix tabs. Add minimum font size to fix mobile zoom on input focus. Apply potential fix for iOS Safari making nav flex items too wide and offscreen. --- app/pages/nemo-wallet.html | 219 ++++++++++++++++++++++--------------- 1 file changed, 128 insertions(+), 91 deletions(-) diff --git a/app/pages/nemo-wallet.html b/app/pages/nemo-wallet.html index dde8479..6b8fb8c 100644 --- a/app/pages/nemo-wallet.html +++ b/app/pages/nemo-wallet.html @@ -6,7 +6,8 @@ - + + flex: 1 0 auto; + height: 100%; + max-height: 10vh; + max-width: 10vh; + width: 100%; + } + #xno > svg { + max-height: 15vh; + max-width: 15vh; + } + @@ -694,11 +703,13 @@
- +
- @@ -706,11 +717,13 @@
- +
- +

@@ -727,11 +740,13 @@
- +
- @@ -739,7 +754,8 @@
- @@ -747,21 +763,25 @@
- +
- +
- +

- +
@@ -784,20 +804,24 @@
- +
- +
- +
- +
@@ -847,32 +871,45 @@ -- 2.34.1