Compacting tile cards

I have 4 groups of shutters/covers. On the dashboard, they are configured as tile cards with position feature. Works as expected, but they take up just too much space on the dashboard.
Is there a way to compact tile cards for shutters/covers? Something into 1 line for one entity or have multiple entities in one block?

You can put them in a horizontal stack so they will share the width of the column?
Horizontal Stack Card - Home Assistant (home-assistant.io)

Horizontal Stack still seems too much whitespace wasted. I like the width current card is getting and I do not want to squeeze the position slider.
I want icon+title+status+slider in ONE row.

The mushroom cover card can do this if you are willing to install from hacs:

type: custom:mushroom-cover-card
entity: cover.office_blinds
show_position_control: true
show_tilt_position_control: false
show_buttons_control: false
layout: horizontal
1 Like

In the new section view available from HA version 2024.3 covers can be displayed like this without using HACS

grafik

So if you have multiple blinds you can have two times with 2x2 size each. Unfortunately no 1x4 tho yet.