aboutsummaryrefslogtreecommitdiff
path: root/internal/server/templates/index.html
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-20 05:22:44 -0800
committerFuwn <[email protected]>2026-01-20 05:22:44 -0800
commit7e54b79de14a840f252d87b038ecda6c08b7625b (patch)
treecf65b7c5d07c71676907eb0100de2f638634589f /internal/server/templates/index.html
parentfix: Allow non-HTTP URL schemes in monitor links (diff)
downloadkaze-7e54b79de14a840f252d87b038ecda6c08b7625b.tar.xz
kaze-7e54b79de14a840f252d87b038ecda6c08b7625b.zip
feat: Add configurable UI scale option
Diffstat (limited to 'internal/server/templates/index.html')
-rw-r--r--internal/server/templates/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/server/templates/index.html b/internal/server/templates/index.html
index 886ef63..0e36c16 100644
--- a/internal/server/templates/index.html
+++ b/internal/server/templates/index.html
@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
+ <style>
+ :root { --scale: {{.Scale}}; }
+ </style>
{{if .ThemeCSS}}
<style>
/* OpenCode Theme - Loaded before external CSS to prevent flash */