views: change upvote/downvote icons to arrows.

Change the upvote and downvote icons for posts, comments, and BURs from
thumbs-up / thumbs-down icons to up-arrow / down-arrow icons.
This commit is contained in:
evazion
2021-01-21 05:32:42 -06:00
parent 63e3b4b447
commit f4216b323f
4 changed files with 24 additions and 10 deletions

View File

@@ -179,6 +179,12 @@ ul.list-inline {
height: auto !important;
}
.svg-icon {
display: inline-block;
vertical-align: middle;
height: 1em;
}
.mobile-only {
display: none;
@media (max-width: 660px) { display: initial; }