Add min-width on video elements

Such that all the player controls are visible.

Fixes #782

// FREEBIE
pull/749/head
lilia 9 years ago
parent f131505d28
commit f34f6eedef

@ -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…
Cancel
Save