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