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>
|
<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;
|
||||||
|
Loading…
Reference in New Issue
Block a user