Chat, Poll: Fix UI issues (#1050)

This commit is contained in:
Alexander Zinchuk 2021-04-27 20:00:20 +03:00
parent a7a395c880
commit 44058300e5
2 changed files with 6 additions and 2 deletions

View File

@ -28,7 +28,8 @@
--background-color: var(--color-chat-active) !important;
.Avatar.online::after {
border-color: var(--color-chat-active);
border-color: var(--color-chat-active) !important;
background: var(--color-white);
}
.ListItem-button {

View File

@ -53,7 +53,10 @@
&::before {
left: 0.125rem;
background-color: var(--background-color);
--color-borders: var(--color-white);
.theme-dark & {
--color-borders: var(--color-borders-input);
}
.Message.own & {
--color-borders: var(--accent-color);