mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
scale image sizes depending on pixel ratio
This commit is contained in:
parent
5677ce1011
commit
4962827f56
6 changed files with 51 additions and 27 deletions
|
@ -68,11 +68,6 @@
|
|||
text-decoration: none;
|
||||
font-weight: 400!important;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.libraryMenuButtonText {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-left: .5em;
|
||||
|
@ -302,11 +297,15 @@
|
|||
|
||||
@media all and (max-width: 600px) {
|
||||
|
||||
.libraryMenuButtonText {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.headerSettingsButton {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media all and (max-width: 500px) {
|
||||
|
||||
.libraryMenuButtonText {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -145,7 +145,7 @@
|
|||
left: 0;
|
||||
line-height: 36px;
|
||||
text-align: left;
|
||||
padding-left: 43px;
|
||||
padding: 0 0 0 43px;
|
||||
}
|
||||
|
||||
.moviesPosterItem .posterItemImage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue