js, css: fix eslint and stylelint warnings.

This commit is contained in:
evazion
2020-06-09 01:28:11 -05:00
parent b1f22df4ab
commit 38f385d1ca
5 changed files with 9 additions and 7 deletions

View File

@@ -12,6 +12,8 @@ $h1_padding: 0.8em 0 0.25em 0;
$h2_padding: 0.8em 0 0.25em 0;
$h3_padding: 0.8em 0 0.25em 0;
$h4_padding: 0.8em 0 0.25em 0;
/* stylelint-disable-next-line value-keyword-case */
$base_font_family: Verdana, Helvetica, sans-serif;
@mixin animated-icon {

View File

@@ -7,7 +7,7 @@ body.a-index {
}
}
div#p-revert-listing > article.post-preview {
div#p-revert-listing > article.post-preview {
margin-top: 2em;
}
}

View File

@@ -20,7 +20,7 @@
object-fit: contain;
}
.dz-details {
.dz-details {
margin-bottom: 1em;
.dz-filename, .dz-size {