Make pages full height

This commit is contained in:
Bram Kragten 2024-04-04 17:16:36 +02:00
parent 0580a31961
commit daa9024bff
3 changed files with 3 additions and 0 deletions

View File

@ -1185,6 +1185,7 @@ class HaAutomationPicker extends SubscribeMixin(LitElement) {
css`
:host {
display: block;
height: 100%;
}
hass-tabs-subpage-data-table {
--data-table-row-height: 60px;

View File

@ -950,6 +950,7 @@ class HaSceneDashboard extends SubscribeMixin(LitElement) {
css`
:host {
display: block;
height: 100%;
}
hass-tabs-subpage-data-table {
--data-table-row-height: 60px;

View File

@ -1066,6 +1066,7 @@ class HaScriptPicker extends SubscribeMixin(LitElement) {
css`
:host {
display: block;
height: 100%;
}
hass-tabs-subpage-data-table {
--data-table-row-height: 60px;