Revert "fix logic"

This reverts commit 8734de13f1.
This commit is contained in:
ThatOneCalculator 2023-06-08 11:35:31 -07:00
parent 2945f25268
commit fb71b7beff
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -81,10 +81,6 @@ function isMe(message): boolean {
<style lang="scss" scoped> <style lang="scss" scoped>
.rivslvers { .rivslvers {
:not(.isMe):not(.isRead) {
background-color: var(--accentedBg);
}
> .message { > .message {
display: block; display: block;
text-decoration: none; text-decoration: none;
@ -106,6 +102,10 @@ function isMe(message): boolean {
opacity: 0.8; opacity: 0.8;
} }
&:not(.isRead) {
background-color: var(--accentedBg);
}
&:after { &:after {
content: ""; content: "";
display: block; display: block;