mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
limit transcoding to level 41
This commit is contained in:
parent
1eb2690523
commit
4229e36361
15 changed files with 33 additions and 38 deletions
|
@ -35,7 +35,7 @@
|
|||
};
|
||||
|
||||
if (layoutManager.tv) {
|
||||
dialogOptions.size = 'fullscreen';
|
||||
dialogOptions.size = 'medium';
|
||||
} else {
|
||||
dialogOptions.size = 'small';
|
||||
}
|
||||
|
|
|
@ -46,10 +46,10 @@
|
|||
|
||||
.guideProgramIndicator {
|
||||
text-transform: uppercase;
|
||||
border-radius: .3em;
|
||||
border-radius: 2px;
|
||||
margin-right: .5em;
|
||||
color: #fff;
|
||||
font-size: 82%;
|
||||
font-size: 80%;
|
||||
padding: .2em .25em;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
@ -367,6 +367,8 @@
|
|||
padding: 0 .5em 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.guideProgramTime {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue