mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 02:18:43 +00:00
Aftership card: improve styles
This commit is contained in:
@@ -97,9 +97,24 @@ cards:
|
|||||||
forecast: true
|
forecast: true
|
||||||
|
|
||||||
- type: "custom:aftership-card"
|
- type: "custom:aftership-card"
|
||||||
show_add: false
|
|
||||||
entity: sensor.aftership
|
|
||||||
title: Packages
|
title: Packages
|
||||||
|
entity: sensor.aftership
|
||||||
|
show_add: false
|
||||||
|
style: |
|
||||||
|
ha-card {
|
||||||
|
padding-top: 1em;
|
||||||
|
padding-bottom: 1em;
|
||||||
|
}
|
||||||
|
paper-item-body:first-child {
|
||||||
|
width: 32px;
|
||||||
|
}
|
||||||
|
paper-item-body {
|
||||||
|
width: 45%;
|
||||||
|
white-space: normal !important;
|
||||||
|
}
|
||||||
|
ha-icon {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
- type: "custom:travel-time-card"
|
- type: "custom:travel-time-card"
|
||||||
title: Travel time
|
title: Travel time
|
||||||
|
|||||||
Reference in New Issue
Block a user