mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Make the config entry row section wider on mobile (#25924)
This commit is contained in:
@@ -745,6 +745,10 @@ class HaConfigEntryRow extends LitElement {
|
|||||||
border-radius: var(--ha-card-border-radius, 12px);
|
border-radius: var(--ha-card-border-radius, 12px);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
:host([narrow]) {
|
||||||
|
margin-left: -12px;
|
||||||
|
margin-right: -12px;
|
||||||
|
}
|
||||||
ha-md-list.devices {
|
ha-md-list.devices {
|
||||||
margin: 16px;
|
margin: 16px;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user