mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-24 21:19:07 +01:00
Revert "fix logic"
This reverts commit 8734de13f12a5ad67c631b75b4b9d49ebb2e3c30.
This commit is contained in:
parent
4184768a48
commit
8be5bfb4f7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user