Hopefully fix table on mobile

This commit is contained in:
2025-11-27 17:49:40 +01:00
parent 17d6399458
commit 65d6a19f44
55 changed files with 1291 additions and 1416 deletions

View File

@@ -451,7 +451,7 @@ Rows are custom-ids, columns are days."
html))
(akk0/habits-to-html-table habit-alist (string-to-number (format-time-string "%j")) 21 5)
(akk0/habits-to-html-table habit-alist (string-to-number (format-time-string "%j")) 25 5)
#+END_SRC
**** Expansion Section :autocollapse:
@@ -524,7 +524,7 @@ Style the cells, set legible text color, outline clickable:
height: 20px;
cursor: pointer;
user-select: none;
padding: 8px;
padding: .2em;
max-width: 22px;
}