From 92b099b112d7d9407ecfb2942c189df77febde0c Mon Sep 17 00:00:00 2001 From: nikolaswollenberg Date: Fri, 16 Feb 2024 09:25:31 +0100 Subject: [PATCH] card Tabs (cherry picked from commit 5c0a2b588644b4d8ad6148c2582a551d770f4261) --- templates/index.html | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/templates/index.html b/templates/index.html index 76ced99..489a930 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,6 +10,8 @@ display: grid; grid-template-columns: repeat(7, 0fr); /* 7 Tage in einer Woche */ gap: 5px; + width: 100%; + table-layout: fixed; } .day { @@ -19,12 +21,13 @@ display: flex; align-items: center; justify-content: center; + table-layout: fixed; }
-
+
Heatmap
@@ -34,7 +37,7 @@ -
-
+
+

Gewohnheiten

Neue Liste erstellen
+ +
+ +
+ +
+
Special title treatment
+

+ With supporting text below as a natural lead-in to additional content. +

+
+ + {% for habit_list in habit_lists %}
@@ -268,4 +297,6 @@ }); }); + + {% endblock %} \ No newline at end of file