Commit 49f2927d by Scott

Fix gap from missing voting box

Closes #378 #381.
parent 768ed4d1
...@@ -1014,14 +1014,18 @@ blockquote p { ...@@ -1014,14 +1014,18 @@ blockquote p {
display: none; display: none;
} }
} }
.qa-template-user-activity .qa-q-item-stats {
width: 65px;
}
.qa-template-user-answers .qa-q-item-stats {
width: 68px;
}
@media (min-width: 241px) and (max-width: 799px) { @media (min-width: 241px) and (max-width: 799px) {
.qa-q-item-stats { .qa-template-user-activity .qa-q-item-stats {
width: 60px; width: 60px;
} }
} .qa-template-user-answers .qa-q-item-stats {
@media (min-width: 800px) { width: 60px;
.qa-q-item-stats {
width: 133px;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment