diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 9d50186..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/Userstyles/Hacker News Dark.css b/Userstyles/Hacker News Dark.css index f859309..9331213 100644 --- a/Userstyles/Hacker News Dark.css +++ b/Userstyles/Hacker News Dark.css @@ -110,7 +110,7 @@ td.subtext { } tr.spacer { - height: 10px !important; + height: 0.75rem !important; } div.comment { @@ -150,6 +150,10 @@ input[type="submit"] { /* voting */ +td.votelinks { + width: 32px; +} + .votearrow { position: relative; background: none; @@ -184,4 +188,4 @@ a.nosee .votearrow::after { html { font-size: 16px; } -} \ No newline at end of file +}