Fixes width issue on voting area for my own comments
This commit is contained in:
parent
6c34270b85
commit
13ee881871
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user