css: fix stylelint errors.

This commit is contained in:
evazion
2019-12-13 19:10:56 -06:00
parent f73bd03576
commit 57b09c39b2
3 changed files with 2 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ $base_font_family: Verdana, Helvetica, sans-serif;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: $content;

View File

@@ -81,7 +81,7 @@ $tooltip-width: 164px * 3 - 10; // 3 thumbnails wide.
margin-right: 0;
}
.post-tooltip-body-left { flex: 0; }
.post-tooltip-body-left { flex: 0; }
.post-tooltip-body-right { flex: 1; }
}