mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Fix collapsed masonry view in safari (#16772)
This commit is contained in:
parent
a96eff4d25
commit
b337074758
@ -320,6 +320,11 @@ export class MasonryView extends LitElement implements LovelaceViewElement {
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix for safari */
|
||||||
|
.column:has(> *) {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.column:not(:has(> *:not([hidden]))) {
|
.column:not(:has(> *:not([hidden]))) {
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user