button-entity-row icon indicating copy to clipboard operation
button-entity-row copied to clipboard

Option to position name below the icon

Open naofireblade opened this issue 5 years ago • 1 comments
trafficstars

An option to position the button name below the icon would be cool:

image

naofireblade avatar Nov 28 '19 09:11 naofireblade

I found a solution with style and icon_style. But I think an option like icon_pos: left/right/below would be easier for most people. Also this clutters the config a bit 😄 .

style:
  - flex-direction: column
icon_style:
  - padding-right: 0 !important
  - '--iron-icon-height': 2.5em
  - '--iron-icon-width': 2.5em

naofireblade avatar Nov 28 '19 09:11 naofireblade