From e9966e5064b0e75c04addc8f95ae203043ee34a8 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Wed, 13 Aug 2025 20:22:48 +0000 Subject: [PATCH] Update web/static/app.css --- web/static/app.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/static/app.css b/web/static/app.css index fa74045..550376a 100644 --- a/web/static/app.css +++ b/web/static/app.css @@ -283,7 +283,7 @@ code,kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono box-shadow:0 10px 30px rgba(0,0,0,.06); } .version-link { - font-size: 0.5em; /* half the normal size */ + font-size: 0.7em; /* half the normal size */ color: #aaa; /* light grey */ text-decoration: none; /* no underline */ } @@ -297,4 +297,9 @@ code,kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border-bottom:1px solid rgba(229,231,235,.9); +} +.brand { + display: flex; + align-items: baseline; + gap: 0.5em; /* space between text and version */ } \ No newline at end of file