diff options
| author | Fuwn <[email protected]> | 2026-01-20 05:22:44 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-20 05:22:44 -0800 |
| commit | 7e54b79de14a840f252d87b038ecda6c08b7625b (patch) | |
| tree | cf65b7c5d07c71676907eb0100de2f638634589f /internal/server/templates/index.html | |
| parent | fix: Allow non-HTTP URL schemes in monitor links (diff) | |
| download | kaze-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.html | 3 |
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 */ |