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 {
|
||||
background: black;
|
||||
min-height: 300px;
|
||||
min-width: 240px;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
|
@ -1063,7 +1063,8 @@ li.entry .error-icon-container {
|
|||
.message-container .attachments video,
|
||||
.message-list .attachments video {
|
||||
background: black;
|
||||
min-height: 300px; }
|
||||
min-height: 300px;
|
||||
min-width: 240px; }
|
||||
.message-container .attachments img,
|
||||
.message-list .attachments img {
|
||||
cursor: pointer; }
|
||||
|
|
Loading…
Reference in a new issue