diff --git a/src/General/css/style.css b/src/General/css/style.css index 0abd3fea9..195250588 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -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, diff --git a/src/General/css/tomorrow.css b/src/General/css/tomorrow.css index d5158acb8..0c9f6fd87 100755 --- a/src/General/css/tomorrow.css +++ b/src/General/css/tomorrow.css @@ -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,