Spaces:
Running on Zero
Running on Zero
Commit ·
d9046d0
1
Parent(s): 20581f1
Reduce notice font size in Japanese UI
Browse filesCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- templates/app.html +2 -0
templates/app.html
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
<div class="app-shell">
|
| 2 |
|
| 3 |
<div class="app-header">
|
|
|
|
| 1 |
+
<style>.app-notice { font-size: 9.5px; } .notice-list li { line-height: 1.5; }</style>
|
| 2 |
+
|
| 3 |
<div class="app-shell">
|
| 4 |
|
| 5 |
<div class="app-header">
|