yeah, thats what I do now too.
I took out the icon, and widened the margins with:
card_mod:
style:
hui-generic-entity-row $: |
state-badge {
display: none;
}
.: |
hui-generic-entity-row {
margin: 0px -12px;
}
dont think we have the option to take out the icon natively?
well besides the icon: none # or ' '
but that leaves the gap, setting it to none in card_mod really saves the space
Iāve moved it even further but still trying to find the correct element to target for the Label, see š¹ Card-mod - Add css styles to any lovelace card - #4648 by Mariusthvdb
1 Like
Ive experimented a bit and updated the custom resource to at least be functional
see
text-input-full-row.js
import { LitElement, html, css } from 'https://unpkg.com/[email protected] /lit-element.js?module';
class TextInputFullRow extends LitElement {
static get properties() {
return {
label: { type: String },
value: { type: String },
minlength: { type: Number },
maxlength: { type: Number },
pattern: { type: String },
This file has been truncated. show original
jampez77
(Jamie Nandhra-Pezone)
November 15, 2023, 4:16pm
23
Is anyone else having an issue with this card where the text inputs just donāt show up at all? Itās only been since this latest update.
ignacio82
(Ignacio Martinez)
November 27, 2023, 4:06am
25
Is there an alternative to this card?
2 Likes
Sorry about the delay, but I have released a new version, 0.0.11, which should fix the issuesl with the field not showing.
2 Likes
Is there a god āhow toā for this?
Iām new to HA but i would really like this on a cardā¦