Fix highlighting on OPs with thumbnail larger than text.
This commit is contained in:
parent
3b06f660a7
commit
6a78972776
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user