Fixes width issue on voting area for my own comments

This commit is contained in:
Andrew Gioia 2022-09-08 15:53:49 -04:00
parent 6c34270b85
commit 13ee881871
2 changed files with 6 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -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;
}
}
}