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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user