Add min-width on video elements

Such that all the player controls are visible.

Fixes #782

// FREEBIE
This commit is contained in:
lilia 2016-06-17 15:30:57 -07:00
parent f131505d28
commit f34f6eedef
2 changed files with 3 additions and 1 deletions

View file

@ -440,6 +440,7 @@ li.entry .error-icon-container {
video {
background: black;
min-height: 300px;
min-width: 240px;
}
img {

View file

@ -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; }