From d3c065b79caa782127522c6b69eed961236637da Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 24 Oct 2024 19:28:46 -0700 Subject: [PATCH] Try safari flex fix. --- app/pages/nemo-wallet.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/pages/nemo-wallet.html b/app/pages/nemo-wallet.html index 98c113c..ea82f61 100644 --- a/app/pages/nemo-wallet.html +++ b/app/pages/nemo-wallet.html @@ -656,13 +656,13 @@ nav > a { border: 0; display: flex; - flex: 1 0 auto; + flex: 1 1 auto; justify-content: center; padding: 1rem; } #xno { fill: var(--color-blue); - flex: 1.5 0 auto; + flex: 1.5 1 auto; } nav > a > * { aspect-ratio: 1; -- 2.34.1