Revert "fix logic"

This reverts commit 8734de13f12a5ad67c631b75b4b9d49ebb2e3c30.
This commit is contained in:
ThatOneCalculator 2023-06-08 11:35:31 -07:00
parent 4184768a48
commit 8be5bfb4f7

View File

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