diff --git a/app/static/app.css b/app/static/app.css
index 0a3d042..8b663cb 100644
--- a/app/static/app.css
+++ b/app/static/app.css
@@ -2399,9 +2399,12 @@ tr.drawer-row-active {
Version badge in header
----------------------------------------------------------------------- */
.header-version {
- font-size: 11px;
+ font-size: 10px;
color: var(--text-muted);
- opacity: .6;
- padding: 0 2px;
+ opacity: .55;
+ font-weight: 400;
+ letter-spacing: 0;
+ align-self: flex-end;
+ padding-bottom: 1px;
font-variant-numeric: tabular-nums;
}
diff --git a/app/templates/layout.html b/app/templates/layout.html
index 457074a..4b783dc 100644
--- a/app/templates/layout.html
+++ b/app/templates/layout.html
@@ -17,6 +17,7 @@