Commit fbad3f5b by Scott

SnowFlat: fix layout issues when too many views

Fixes #339.
parent a4b35c44
...@@ -1023,6 +1023,16 @@ blockquote p { ...@@ -1023,6 +1023,16 @@ blockquote p {
display: none; display: none;
} }
} }
@media (min-width: 241px) and (max-width: 799px) {
.qa-q-item-stats {
width: 60px;
}
}
@media (min-width: 800px) {
.qa-q-item-stats {
width: 133px;
}
}
.qa-voting { .qa-voting {
background-color: #ecf0f1; background-color: #ecf0f1;
...@@ -2284,6 +2294,7 @@ input[type="submit"], button { ...@@ -2284,6 +2294,7 @@ input[type="submit"], button {
width: 100%; width: 100%;
height: auto; height: auto;
margin: 6px 0 -4px; margin: 6px 0 -4px;
word-break: break-word;
} }
.qa-view-count-data { .qa-view-count-data {
......
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