mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
fix logic
This commit is contained in:
parent
992830250f
commit
3726f6db88
@ -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 New Issue
Block a user