From 3e99821eb32365f0e8fb5702c5ba995f2df23802 Mon Sep 17 00:00:00 2001 From: Einar Andersson <72999+drdator@users.noreply.github.com> Date: Wed, 5 Aug 2026 16:35:58 +0200 Subject: [PATCH] Prevent landing launch button layout shift --- src/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/style.css b/src/style.css index 4ba03a0..fb6517d 100644 --- a/src/style.css +++ b/src/style.css @@ -312,7 +312,13 @@ body.landing-active #app { } .landing-button .ph { + display: inline-block; + flex: 0 0 15px; + width: 15px; + height: 15px; font-size: 15px; + line-height: 15px; + text-align: center; } .landing-requirement {