Fix chat compose box on mobile devices
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
df47c0c789
commit
cdfe88af9e
1 changed files with 10 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
|||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active, {
|
||||
&:active {
|
||||
.chat-message__menu {
|
||||
opacity: 1;
|
||||
pointer-events: all;
|
||||
|
@ -401,13 +401,22 @@
|
|||
}
|
||||
|
||||
.page {
|
||||
.chat-messages {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
.chat-box {
|
||||
border-radius: 0;
|
||||
border: 2px solid var(--foreground-color);
|
||||
margin-bottom: var(--thumb-navigation-height);
|
||||
|
||||
&__actions {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
position: fixed;
|
||||
bottom: 60px;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
|
||||
textarea {
|
||||
height: 4em;
|
||||
|
|
Loading…
Reference in a new issue