fixes #2494: Twitter bookmarklet: support uploading video
This commit is contained in:
@@ -77,7 +77,7 @@ $preview_flagged_color: #F00;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@mixin audio-icon {
|
||||
@mixin sound-icon {
|
||||
content: "♪";
|
||||
position: absolute;
|
||||
width: 20px;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,9 +35,9 @@ div#c-moderator-post-queues {
|
||||
}
|
||||
}
|
||||
|
||||
&[data-has-audio=true] {
|
||||
&[data-has-sound=true] {
|
||||
aside:before {
|
||||
@include audio-icon;
|
||||
@include sound-icon;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,8 +30,8 @@ article.post-preview {
|
||||
@include animated-icon;
|
||||
}
|
||||
|
||||
&[data-has-audio=true]:before {
|
||||
@include audio-icon;
|
||||
&[data-has-sound=true]:before {
|
||||
@include sound-icon;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user