fixes #2494: Twitter bookmarklet: support uploading video

This commit is contained in:
r888888888
2015-08-27 14:56:25 -07:00
parent 03bc0ef78b
commit cbe627b01a
8 changed files with 17 additions and 11 deletions

View File

@@ -108,12 +108,12 @@ div#c-comments {
}
}
&[data-has-audio=true] {
&[data-has-sound=true] {
div.preview {
position: relative;
&:before {
@include audio-icon;
@include sound-icon;
}
}
}