Fix carousel auto content sizing.

This commit is contained in:
Dermot Duffy
2022-03-20 21:23:11 -07:00
parent 69ee18871f
commit 6430663362
5 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
@use '@material/image-list/mdc-image-list';
@use '@material/image-list';
@use 'thumbnail';
@use './favorite.scss';
:host {
display: block;
@@ -50,6 +50,6 @@ ha-card.frigate-card-gallery-folder {
line-height: 1;
}
@include thumbnail.thumbnail-favorite() {
ha-icon.favorite {
opacity: 0.8;
} ;
}