Number of cards per list and sum of custom number field in list head.

Thanks to xet7 !

Fixes #3796
This commit is contained in:
Lauri Ojansivu 2025-12-22 21:06:44 +02:00
parent 4292302c3c
commit e569c2957e
29 changed files with 239 additions and 142 deletions

View file

@ -527,7 +527,7 @@ a:not(.disabled).is-active i.fa {
/* Board canvas */
.board-canvas {
padding: 8px;
padding: 0 8px 8px 0;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
@ -675,7 +675,7 @@ a:not(.disabled).is-active i.fa {
}
.board-canvas {
padding: 12px;
padding: 0 12px 12px 0;
}
#header {
@ -756,7 +756,7 @@ a:not(.disabled).is-active i.fa {
.inline-input {
height: 37px;
margin: 8px 10px 0 0;
width: 50px;
width: 100px;
}
.select-authentication {
width: 100%;