fix logic

This commit is contained in:
ThatOneCalculator 2023-06-08 11:22:11 -07:00
parent 73ff326ca9
commit 8734de13f1
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -81,6 +81,10 @@ 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;
@ -102,10 +106,6 @@ function isMe(message): boolean {
opacity: 0.8; opacity: 0.8;
} }
&:not(.isRead) {
background-color: var(--accentedBg);
}
&:after { &:after {
content: ""; content: "";
display: block; display: block;