mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated ffmpeg
This commit is contained in:
parent
8b47dedea2
commit
e3b7710c62
1 changed files with 13 additions and 1 deletions
|
@ -976,6 +976,18 @@ input[type="range"]::-ms-fill-upper {
|
||||||
.installedPluginTitle {
|
.installedPluginTitle {
|
||||||
max-width: 110px;
|
max-width: 110px;
|
||||||
}
|
}
|
||||||
|
.itemVideo {
|
||||||
|
width: 320px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1440px) {
|
||||||
|
.installedPluginTitle {
|
||||||
|
max-width: 110px;
|
||||||
|
}
|
||||||
|
.itemVideo {
|
||||||
|
width: 400px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#editItemMetadataPage #txtOverview {
|
#editItemMetadataPage #txtOverview {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue