mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix stylelint error
This commit is contained in:
parent
d91797b06e
commit
f3fbc545a1
1 changed files with 6 additions and 6 deletions
|
@ -606,12 +606,6 @@ a[data-role=button] {
|
||||||
width: 40vw;
|
width: 40vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.personCard .cardPadder-overflowPortrait,
|
|
||||||
.personCard .cardPadder-portrait {
|
|
||||||
padding-bottom: 100%;
|
|
||||||
contain: strict;
|
|
||||||
}
|
|
||||||
|
|
||||||
.personCard .coveredImage {
|
.personCard .coveredImage {
|
||||||
clip-path: circle(50% at 50% 50%);
|
clip-path: circle(50% at 50% 50%);
|
||||||
}
|
}
|
||||||
|
@ -638,3 +632,9 @@ a[data-role=button] {
|
||||||
.cardPadder-overflowSmallBackdrop {
|
.cardPadder-overflowSmallBackdrop {
|
||||||
background-color: #200c3d;
|
background-color: #200c3d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.personCard .cardPadder-overflowPortrait,
|
||||||
|
.personCard .cardPadder-portrait {
|
||||||
|
padding-bottom: 100%;
|
||||||
|
contain: strict;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue