mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 23:36:36 +00:00
1813 - Improve Hass.io System cards UI (#1862)
* 1813 - Improve Hass.io System cards UI * 1813 - Move margin to proper card file
This commit is contained in:
parent
c39b17f12c
commit
fc96d33d6a
@ -26,7 +26,7 @@ class HassioHostInfo extends EventsMixin(PolymerElement) {
|
||||
width: 100%;
|
||||
}
|
||||
.card-content {
|
||||
height: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
.info {
|
||||
@ -42,6 +42,9 @@ class HassioHostInfo extends EventsMixin(PolymerElement) {
|
||||
paper-button.info {
|
||||
max-width: calc(50% - 12px);
|
||||
}
|
||||
table.info {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
</style>
|
||||
<paper-card>
|
||||
<div class="card-content">
|
||||
|
@ -23,7 +23,7 @@ class HassioSupervisorInfo extends EventsMixin(PolymerElement) {
|
||||
width: 100%;
|
||||
}
|
||||
.card-content {
|
||||
height: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
.info {
|
||||
|
Loading…
x
Reference in New Issue
Block a user