mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix cast circle for mobile divice
This commit is contained in:
parent
7f2cc73e63
commit
89b1fd7ce0
1 changed files with 2 additions and 1 deletions
|
@ -580,9 +580,10 @@ a[data-role=button] {
|
||||||
|
|
||||||
.personCard .cardScalable {
|
.personCard .cardScalable {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 2px solid #AA5CC3;
|
border: 1px solid rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.personCard .cardPadder-overflowPortrait,
|
||||||
.personCard .cardPadder-portrait {
|
.personCard .cardPadder-portrait {
|
||||||
padding-bottom: 100%;
|
padding-bottom: 100%;
|
||||||
contain: strict;
|
contain: strict;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue