If an entity has "entity_picture" - allow NOT using "border-radius: 50%" for "state-badge" #24187
Unanswered
ildar170975
asked this question in
Dashboard
Replies: 1 comment 5 replies
-
@ildar170975 interesting idea 🤔. I did a quick mockup of having this more user-controllable. Please see if you think this would cover the cases, and don't make any breaking changes: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently
border-radius: 50%
is not used for domains likeupdate
,media_player
,camera
.My suggestion is to allow using own
border-radius
for entities with a definedentity_picture
.It could be achieved by a CSS theme variable.
Why it could be useful?
Consider sensors for plants with nice
entity_pictures
; sensors for pollen concentration;person
entities for family members (or pets, or even cars!).Round-ish avatars are reducing a useful area, images can be clipped or not nice.
Beta Was this translation helpful? Give feedback.
All reactions