mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Styling fixes for hui-masonry-view (#7226)
This commit is contained in:
parent
7776b3766b
commit
9873459169
@ -261,7 +261,9 @@ export class MasonryView extends LitElement implements LovelaceViewElement {
|
|||||||
:host {
|
:host {
|
||||||
display: block;
|
display: block;
|
||||||
background: var(--lovelace-background);
|
background: var(--lovelace-background);
|
||||||
|
padding-top: 4px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
#badges {
|
#badges {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user