Message: Fix discussion owner title color

This commit is contained in:
Alexander Zinchuk 2021-06-17 13:44:32 +03:00
parent 15809e7f89
commit 36fd93bb07
2 changed files with 5 additions and 1 deletions

View File

@ -404,7 +404,6 @@
}
&.is-in-document-group {
.message-content.document {
padding: .25rem .5rem !important;
}

View File

@ -130,6 +130,10 @@
color: var(--color-user-8);
}
.theme-dark .Message.own & > .color-1 {
color: var(--accent-color);
}
& + .File {
margin-top: .25rem;
}
@ -186,6 +190,7 @@
.corner {
fill: var(--background-color);
}
.Message.own & {
right: -.551rem; // This value is correct. Safari fix
}