mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
parent
1cb7e798da
commit
3fa3d333c4
@ -320,6 +320,10 @@ export class MasonryView extends LitElement implements LovelaceViewElement {
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column:not(:has(> *:not([hidden]))) {
|
||||||
|
flex-grow: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.column > *:not([hidden]) {
|
.column > *:not([hidden]) {
|
||||||
display: block;
|
display: block;
|
||||||
margin: var(--masonry-view-card-margin, 4px 4px 8px);
|
margin: var(--masonry-view-card-margin, 4px 4px 8px);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user