mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Fix stylelint error
This commit is contained in:
parent
8c1ccaf485
commit
ba1e05ba22
@ -345,6 +345,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.detailLogo {
|
.detailLogo {
|
||||||
|
width: 25vw;
|
||||||
|
height: 16vh;
|
||||||
|
position: absolute;
|
||||||
|
top: 10vh;
|
||||||
|
right: 25vw;
|
||||||
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
}
|
}
|
||||||
@ -727,15 +733,6 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailLogo {
|
|
||||||
width: 25vw;
|
|
||||||
height: 16vh;
|
|
||||||
position: absolute;
|
|
||||||
top: 10vh;
|
|
||||||
right: 25vw;
|
|
||||||
background-size: contain;
|
|
||||||
}
|
|
||||||
|
|
||||||
.noBackdrop .detailLogo,
|
.noBackdrop .detailLogo,
|
||||||
.layout-mobile .detailLogo {
|
.layout-mobile .detailLogo {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user