Add min-width on video elements
Such that all the player controls are visible. Fixes #782 // FREEBIE
This commit is contained in:
parent
f131505d28
commit
f34f6eedef
2 changed files with 3 additions and 1 deletions
|
@ -440,6 +440,7 @@ li.entry .error-icon-container {
|
||||||
video {
|
video {
|
||||||
background: black;
|
background: black;
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
|
min-width: 240px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
|
@ -1063,7 +1063,8 @@ li.entry .error-icon-container {
|
||||||
.message-container .attachments video,
|
.message-container .attachments video,
|
||||||
.message-list .attachments video {
|
.message-list .attachments video {
|
||||||
background: black;
|
background: black;
|
||||||
min-height: 300px; }
|
min-height: 300px;
|
||||||
|
min-width: 240px; }
|
||||||
.message-container .attachments img,
|
.message-container .attachments img,
|
||||||
.message-list .attachments img {
|
.message-list .attachments img {
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
|
|
Loading…
Reference in a new issue