add iqdb preview
This commit is contained in:
@@ -138,24 +138,34 @@
|
||||
|
||||
article.post-preview {
|
||||
margin: 0.5vw;
|
||||
width: 32vw;
|
||||
height: 32vw;
|
||||
width: 48vw;
|
||||
height: 48vw;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
|
||||
&.cropped {
|
||||
width: 32vw;
|
||||
height: 32vw;
|
||||
}
|
||||
|
||||
a {
|
||||
//width: 48.5vw;
|
||||
//display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
img.cropped {
|
||||
|
||||
img {
|
||||
//object-fit: contain;
|
||||
width: 32vw;
|
||||
height: 32vw;
|
||||
margin: 0 auto;
|
||||
border: none !important;
|
||||
|
||||
&.cropped {
|
||||
width: 32vw;
|
||||
height: 32vw;
|
||||
}
|
||||
}
|
||||
|
||||
&[data-tags~=animated]:before, &[data-file-ext=swf]:before, &[data-file-ext=webm]:before, &[data-file-ext=mp4]:before, &[data-file-ext=zip]:before {
|
||||
@include animated-icon;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user