💄 Small visual fixes

This commit is contained in:
alonso.torres 2023-12-01 14:26:17 +01:00
parent 76a2f9bc8c
commit e9a42bbc69
12 changed files with 101 additions and 29 deletions

View file

@ -366,7 +366,8 @@
limit (mth/min 10 nitems)
limit (mth/max 1 limit)
th-size (- (/ (- width (* (dec limit) 24)) limit) 12)]
th-size (when width
(- (/ (- width 32 (* (dec limit) 24)) limit) 12))]
(mf/with-effect
[th-size]