Chats: fix position of action icons

better-thread-display
Alex Gleason 2020-09-07 18:51:57 -05:00
rodzic fb35417fe2
commit fdaa9f24ce
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -222,7 +222,7 @@
color: var(--primary-text-color--faint);
position: absolute;
right: 10px;
top: 8px;
top: calc(50% - 13px);
width: auto;
height: auto;
background: transparent !important;
@ -232,7 +232,7 @@
}
.chat-box__send .icon-button {
top: 12px;
top: calc(50% - 9px);
}
textarea {