mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Update frontend with layout bugfix
This commit is contained in:
parent
4029d149fb
commit
a35dcf860e
@ -1,2 +1,2 @@
|
||||
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
||||
VERSION = "026761064bba4614a0441b7b4fc4eeea"
|
||||
VERSION = "0d8516cd9a13ee2ae3f27c702777e028"
|
||||
|
@ -3775,6 +3775,7 @@ case"touchend":return this.addPointerListenerEnd(t,e,i,n);case"touchmove":return
|
||||
|
||||
.column {
|
||||
max-width: 500px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.zone-card {
|
||||
@ -3790,6 +3791,12 @@ case"touchend":return this.addPointerListenerEnd(t,e,i,n);case"touchmove":return
|
||||
.zone-card {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 599px) {
|
||||
.column {
|
||||
max-width: 600px;
|
||||
}
|
||||
}</style><template><div class="main"><template is="dom-if" if="[[cards._badges.length]]"><div class="badges"><template is="dom-if" if="[[cards._demo]]"><ha-demo-badge></ha-demo-badge></template><ha-badges-card states="[[cards._badges]]"></ha-badges-card></div></template><template is="dom-if" if="[[!cards._badges.length]]"><div class="no-badges"></div></template><div class="horizontal layout"><template is="dom-repeat" items="[[cards._columns]]" as="column"><template is="dom-if" if="[[computeShouldRenderColumn(index, column)]]"><div class="column flex-1"><template is="dom-if" if="[[computeShowIntroduction(index, showIntroduction, cards)]]"><div class="zone-card"><ha-introduction-card show-hide-instruction="[[computeShowHideInstruction(states, cards)]]"></ha-introduction-card></div></template><template is="dom-repeat" items="[[column]]" as="domain"><div class="zone-card"><ha-domain-card domain="[[domain]]" states="[[computeStatesOfCard(cards, domain)]]" group-entity="[[computeGroupEntityOfCard(cards, domain)]]"></ha-domain-card></div></template></div></template></template></div></div></template></dom-module><dom-module id="partial-zone" assetpath="layouts/"><style>:host {
|
||||
display: block;
|
||||
background-color: #E5E5E5;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit eff286e7425f53750048a68506767c5bc2f3a985
|
||||
Subproject commit e19f3c5e34bc2f5e5bd2dcc1444bb569fb1c0c68
|
Loading…
x
Reference in New Issue
Block a user