more shrink, and a + t2

This commit is contained in:
2026-06-28 16:45:55 -03:00
parent 8b97480e2e
commit e9681201c0
3 changed files with 20 additions and 7 deletions

View File

@@ -13,12 +13,12 @@
* breathing room). A fixed-px budget is more reliable than a proportional vh value
* because that chrome is a fixed height regardless of screen size.
*
* Tune the single number below (120px) if the scrollbar is still clipped or if you
* Tune the single number below (170px) if the scrollbar is still clipped or if you
* want the columns taller.
*
* The selector is intentionally more specific than core's single-class rule, and
* uses !important, so this override wins even alongside a theme (e.g. Essential).
*/
#board td .board-task-list.board-task-list-compact {
max-height: calc(100vh - 120px) !important;
max-height: calc(100vh - 170px) !important;
}