Make the config entry row section wider on mobile (#25924)

This commit is contained in:
Paulus Schoutsen 2025-06-26 03:41:39 -04:00 committed by GitHub
parent 34112e7446
commit b81cd37776
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -745,6 +745,10 @@ class HaConfigEntryRow extends LitElement {
border-radius: var(--ha-card-border-radius, 12px);
padding: 0;
}
:host([narrow]) {
margin-left: -12px;
margin-right: -12px;
}
ha-md-list.devices {
margin: 16px;
margin-top: 0;