Fix highlighting on OPs with thumbnail larger than text.

This commit is contained in:
ccd0 2015-02-22 13:42:55 -08:00
parent 3b06f660a7
commit 6a78972776
2 changed files with 9 additions and 2 deletions

View File

@ -1042,7 +1042,14 @@ input[name="Default Volume"] {
:root.highlight-own .yourPost.opContainer,
:root.highlight-you .quotesYou.opContainer,
.filter-highlight.opContainer {
border-left: 5px solid rgba(221, 0, 0, .7);
border-left: 3px solid rgba(221, 0, 0, .7);
}
:root.highlight-own .yourPost.opContainer::after,
:root.highlight-you .quotesYou.opContainer::after,
.filter-highlight.opContainer::after {
content: "";
display: block;
clear: both;
}
.catalog-thread.watched .catalog-thumb,
.filter-highlight .catalog-thumb,

View File

@ -64,7 +64,7 @@
:root.tomorrow.highlight-own .yourPost.opContainer,
:root.tomorrow.highlight-you .quotesYou.opContainer,
:root.tomorrow .opContainer.filter-highlight {
border-left: 5px solid rgba(129, 162, 190, .9);
border-left: 3px solid rgba(129, 162, 190, .9);
}
:root.tomorrow .catalog-thread.watched .catalog-thumb,
:root.tomorrow .filter-highlight .catalog-thumb,