From e18fca844f8ffe3838ef7fd0a8584ed7900e486b Mon Sep 17 00:00:00 2001 From: Julian Hasreiter <75797743+Pinguin2001@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:56:14 +0100 Subject: [PATCH] Base: Align text properly next to icon in version page --- Base/res/ladybird/templates/version.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Base/res/ladybird/templates/version.html b/Base/res/ladybird/templates/version.html index dead18f48f3b..05843ad18f78 100644 --- a/Base/res/ladybird/templates/version.html +++ b/Base/res/ladybird/templates/version.html @@ -7,6 +7,10 @@ html { color-scheme: light dark; } + header { + display: flex; + align-items: center; + } img { float: left; margin-right: 10px;