This is a simple userstyle to enlarge the vote arrows on Hacker News.
Hacker News Vote Arrows by rnhurt
Details
Authorrnhurt
LicenseNo License
Categorynews.ycombinator.com
Created
Updated
Code size391 B
Code checksum8d333147
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ?
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://news.ycombinator.com/item") {
.voteblock .votearrow {
margin: 8px 0px 8px -4px !important;
}
.votearrow {
width: 15px;
height: 15px;
background-size: 15px;
}
}