fix icons for sound/video on post preview in responsive mode
This commit is contained in:
@@ -127,8 +127,8 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
width: 48.5vw;
|
//width: 48.5vw;
|
||||||
display: block;
|
//display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
@@ -139,12 +139,10 @@
|
|||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
&[data-tags~=animated]:before, &[data-file-ext=swf]:before, &[data-file-ext=webm]:before, &[data-file-ext=mp4]:before, &[data-file-ext=zip]:before {
|
&[data-tags~=animated]:before, &[data-file-ext=swf]:before, &[data-file-ext=webm]:before, &[data-file-ext=mp4]:before, &[data-file-ext=zip]:before {
|
||||||
left: 0.5vw;
|
|
||||||
@include animated-icon;
|
@include animated-icon;
|
||||||
}
|
}
|
||||||
|
|
||||||
&[data-has-sound=true]:before {
|
&[data-has-sound=true]:before {
|
||||||
left: 0.5vw;
|
|
||||||
@include sound-icon;
|
@include sound-icon;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user