From: Matt Corallo Date: Mon, 15 Jul 2024 23:14:07 +0000 (+0000) Subject: Fix go button falling off to the right on zoom X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=defd34d0ffed3369a86e8d7086f7d57012c5f6ed;p=satsto.me Fix go button falling off to the right on zoom --- diff --git a/index.html b/index.html index f1d4b37..930aa70 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,11 @@ a { color: inherit; } .center-contents { display: flex; width: 100%; justify-content: center; } .fill { display: flex; } - .fill-use { flex: 1; } + .fill-fixed { flex: 1 0; } + .fill-use-remaining { + flex: 0 1 100%; + min-width: 0; + } .intro-text { color: white; padding: 15px 15px 0 15px; @@ -92,7 +96,7 @@ font-size: 1.5em; } .bitcoin { font-size: 1.5em; } - .go-button { height: 2em !important; } + .go-button { min-width: 2em !important; } .dropdown { font-size: 12pt; } @@ -126,7 +130,10 @@ cursor: default; opacity: 0.2; } - .go-button { height: 1.5em; } + .go-button { + cursor: pointer; + min-width: 1.5em; + } .mono { font-family: mono; font-size-adjust: 0.5; @@ -197,10 +204,10 @@
- ₿ - + ₿ + - +