Fix masonry badges not centered (#19972)

This commit is contained in:
Paul Bottein 2024-03-04 15:04:45 +01:00 committed by GitHub
parent 70146a08c1
commit 8ccc38eb00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -291,6 +291,12 @@ export class MasonryView extends LitElement implements LovelaceViewElement {
padding-top: 4px;
}
.badges {
margin: 8px 16px;
font-size: 85%;
text-align: center;
}
#columns {
display: flex;
flex-direction: row;