diff --git a/static/style.css b/static/style.css index 0b8cf62..2e5f17a 100644 --- a/static/style.css +++ b/static/style.css @@ -538,9 +538,36 @@ body { } /* ═══════════════════════════════════════════ - Daily Grid — 三栏 + Daily Grid — 左右两栏 ═══════════════════════════════════════════ */ +.daily-layout { + display: flex; + gap: 20px; + align-items: flex-start; +} + +.daily-sidebar { + width: 220px; + flex-shrink: 0; + display: flex; + flex-direction: column; + gap: 16px; +} + +.daily-sidebar .sidebar-stats { + padding: 0; +} + +.daily-sidebar .calendar-widget.inline { + margin: 0; +} + +.daily-main { + flex: 1; + min-width: 0; +} + .daily-grid { display: block; } diff --git a/templates/index.html b/templates/index.html index db6ed65..d7f26f3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -87,34 +87,52 @@ - -
-
- 2026年 -
- - +
+ +
+ +
+
+ 2026年 +
+ + +
+
+
-
-
- -
- - - -
-
+ +
+
+ + + +
+
@@ -156,6 +174,8 @@
+
+