Chats: fix position of action icons
This commit is contained in:
parent
fb35417fe2
commit
fdaa9f24ce
1 changed files with 2 additions and 2 deletions
|
@ -222,7 +222,7 @@
|
||||||
color: var(--primary-text-color--faint);
|
color: var(--primary-text-color--faint);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
top: 8px;
|
top: calc(50% - 13px);
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
|
@ -232,7 +232,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-box__send .icon-button {
|
.chat-box__send .icon-button {
|
||||||
top: 12px;
|
top: calc(50% - 9px);
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
|
Loading…
Reference in a new issue