Add design token foundation (spacing/radius/type scale); fix indicator-bar spacing inconsistency across views (v0.11.104)

This commit is contained in:
marvin
2026-09-16 11:24:56 -04:00
parent 92f3430892
commit 2d0e9989ed
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "site-gateway",
"version": "0.11.103",
"version": "0.11.104",
"private": true,
"description": "Site Gateway: simple self-hosted website publishing, reverse proxying, and automatic HTTPS.",
"type": "module",
+1 -1
View File
@@ -7,7 +7,7 @@
<title>Site Gateway</title>
<meta name="description" content="Host sites, proxy services, and manage HTTPS from one simple dashboard.">
<link rel="icon" type="image/png" href="/site-gateway-icon-approved.png">
<link rel="stylesheet" href="/styles.css?v=0.11.100">
<link rel="stylesheet" href="/styles.css?v=0.11.104">
</head>
<!-- ================================================================
File diff suppressed because one or more lines are too long