Reduce row height
Hello! I am attempting to reduce the row height and have the app-tiles appear rectangular instead of square. I have found that setting
height
and min-height
for .dashboard-gs-category
is getting me less-high accordions for the categories, but I can't quite pin down how to make the app tiles less tall as well. Targeting .dashboard-gs-generic-item
changes the height of other widgets, like the calendar, and .dashboard-tile-app
does nothing. Any suggestions?
Things I've tried:
This works for shorter category accordions:
This makes everything shorter, including widgets, which is not preferred:
This does nothing, unfortunately:
4 Replies
Have you tried increasing the grid stack size, then shaping the apps and widgets to the size you want?
Can you tell me more? As in, increasing the number of columns?
Within the settings for each board you can change the number of columns
By increasing these, and adjusting app/widget size, you may be able to achieve the visual effect you are looking for without touching CSS.