mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
fix logic
This commit is contained in:
parent
992830250f
commit
3726f6db88
1 changed files with 4 additions and 4 deletions
|
@ -81,6 +81,10 @@ function isMe(message): boolean {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.rivslvers {
|
||||
:not(.isMe):not(.isRead) {
|
||||
background-color: var(--accentedBg);
|
||||
}
|
||||
|
||||
> .message {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
|
@ -102,10 +106,6 @@ function isMe(message): boolean {
|
|||
opacity: 0.8;
|
||||
}
|
||||
|
||||
&:not(.isRead) {
|
||||
background-color: var(--accentedBg);
|
||||
}
|
||||
|
||||
&:after {
|
||||
content: "";
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue