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

@ -20,10 +20,10 @@
height: 3vw;
}
#notifications-drawer .notification .read-status .activity-type {
margin: 2vh 0 0;
width: 2.2vw;
height: 2.2vw;
font-size: clamp(14px, 2.5vw, 17px);
margin: 8px 0 0;
width: 1.2em;
height: 1.2em;
font-size: clamp(14px, 2vw, 17px);
display: block;
color: #bbb;
}