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; --background-color: var(--color-chat-active) !important;
.Avatar.online::after { .Avatar.online::after {
border-color: var(--color-chat-active); border-color: var(--color-chat-active) !important;
background: var(--color-white);
} }
.ListItem-button { .ListItem-button {

View File

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