From: Chris Duncan Date: Fri, 25 Oct 2024 02:16:17 +0000 (-0700) Subject: Fix tabs. Add minimum font size to fix mobile zoom on input focus. Apply potential... X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=8626577696e98bfae4cbc61ebfd55688c3ed23d8;p=nemo-wallet.git 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. --- 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 @@