fixed fulllscreen video
This commit is contained in:
parent
9bccdc0e9a
commit
c5372ae917
1 changed files with 5 additions and 3 deletions
|
@ -976,7 +976,8 @@ input[type="range"]::-ms-fill-upper {
|
||||||
.installedPluginTitle {
|
.installedPluginTitle {
|
||||||
max-width: 110px;
|
max-width: 110px;
|
||||||
}
|
}
|
||||||
.itemVideo {
|
|
||||||
|
.itemVideo:not(.fullscreenVideo) {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -985,7 +986,8 @@ input[type="range"]::-ms-fill-upper {
|
||||||
.installedPluginTitle {
|
.installedPluginTitle {
|
||||||
max-width: 110px;
|
max-width: 110px;
|
||||||
}
|
}
|
||||||
.itemVideo {
|
|
||||||
|
.itemVideo:not(.fullscreenVideo) {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -996,4 +998,4 @@ input[type="range"]::-ms-fill-upper {
|
||||||
|
|
||||||
#editItemMetadataPage #providerSettingsContainer .ui-slider-switch {
|
#editItemMetadataPage #providerSettingsContainer .ui-slider-switch {
|
||||||
width: 8em;
|
width: 8em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue