diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 4571435e..e4e1dbe1 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -458,7 +458,7 @@ li.entry .error-icon-container { video { background: black; min-height: 300px; - min-width: 240px; + min-width: 280px; } img { diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 73f8ec9b..b562f5ce 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -1287,7 +1287,7 @@ li.entry .error-icon-container { .message-list .attachments video { background: black; min-height: 300px; - min-width: 240px; } + min-width: 280px; } .message-container .attachments img, .message-list .attachments img { cursor: pointer; }