You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realize smaller cards have been requested before (#51), and the recommended solution was to use collections.
The problem is the collection cards are the same size as a regular card. You still have to scroll within the card which is uglier and more annoying than just having a bunch of massive, individual app cards.
Possible solutions:
Make collection cards at least twice the height of regular cards.
Make the icons and font smaller in collection cards
A combination of both # 1 and # 2
Add an option to config.ini to allow setting the size of cards. Can even be fixed sizes like [tiny, small, normal, large, extra_large] if that makes things easier.
Allow custom CSS to be defined so admins can set them as desired in their deployments.
Currently, there's just too much wasted space and unnecessary scrolling.
I used dev tools in Chrome to set element.style min-height and max-height to 500px for a single collection card, just as a demo, and that's pretty much exactly what I expected to see when I set up my first collection instead of the cramped, scrolling regular-sized app card (see screenshot).
The text was updated successfully, but these errors were encountered:
I realize smaller cards have been requested before (#51), and the recommended solution was to use collections.
The problem is the collection cards are the same size as a regular card. You still have to scroll within the card which is uglier and more annoying than just having a bunch of massive, individual app cards.
Possible solutions:
Currently, there's just too much wasted space and unnecessary scrolling.
I used dev tools in Chrome to set element.style min-height and max-height to 500px for a single collection card, just as a demo, and that's pretty much exactly what I expected to see when I set up my first collection instead of the cramped, scrolling regular-sized app card (see screenshot).
The text was updated successfully, but these errors were encountered: