Tile Card - Fan Feature

Am I missing the obvious, or is there a better way to do this? I have Tile Cards setup with the Fan Speed feature enabled and it works great. The part I don’t like or understand is why it needs to be 2 rows when it could very easily be a single row. The feature adds a row with off and the 3 pre-set speeds for my fan. I can turn the fan on or off using only the second row in my setup and there is no need for the standalone on/off icon on the first row, but no way to not show it. For example in this screen shot I would save screen real-estate if it was a single row

image

Is there an easy way to hide or not show the first row and only show the speeds? Or is there another easier way to do it?

Can you post your card code?

It may be as simple as using card_mod

card_mod:
  style: |
    .content {
      display: none !important;
      }

There is nothing special, its just the standard tile card with the fan feature enabled.

features:
  - type: fan-speed
type: tile
hide_state: true
vertical: false
show_entity_picture: false
icon_tap_action:
  action: toggle
hold_action:
  action: more-info
icon: ""
entity: fan.rylan_bedroom_fan_speed
name: Fan

I was hoping I was missing the obvious and didnt need to use card_mod to work around it.

It’s not a default option for the Tile card from my understanding.