mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Possible detailLogo on tv
This commit is contained in:
parent
ed71680cf1
commit
10f599a574
2 changed files with 8 additions and 6 deletions
|
@ -921,8 +921,11 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.layout-mobile .detailLogo {
|
||||
display: none;
|
||||
.layout-mobile,
|
||||
.layout-tv {
|
||||
.detailLogo {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 68.75em) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue