File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ const style = css`
195
195
background-size : cover;
196
196
background-repeat : no-repeat;
197
197
background-position : center center;
198
- border-radius : var (--ha-card -border-radius , 0 );
198
+ border-radius : var (--mmp -border-radius , 0 );
199
199
overflow : hidden;
200
200
}
201
201
.cover .--prev {
@@ -206,8 +206,6 @@ const style = css`
206
206
}
207
207
ha-card [artwork *= 'full-cover' ].--has-artwork .mmp-player {
208
208
background : linear-gradient (to top, var (--mmp-overlay-color ) var (--mmp-overlay-color-stop ), transparent 100% );
209
- border-bottom-left-radius : var (--ha-card-border-radius , 0 );
210
- border-bottom-right-radius : var (--ha-card-border-radius , 0 );
211
209
}
212
210
ha-card .--has-artwork .cover ,
213
211
ha-card .--has-artwork [artwork = 'cover' ] .cover : before {
You can’t perform that action at this time.
0 commit comments