Fix chat compose box on mobile devices

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
strip-front-mentions
marcin mikołajczak 2022-01-06 19:05:24 +01:00
rodzic df47c0c789
commit cdfe88af9e
1 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -184,7 +184,7 @@
&:hover, &:hover,
&:focus, &:focus,
&:active, { &:active {
.chat-message__menu { .chat-message__menu {
opacity: 1; opacity: 1;
pointer-events: all; pointer-events: all;
@ -401,13 +401,22 @@
} }
.page { .page {
.chat-messages {
margin-bottom: 60px;
}
.chat-box { .chat-box {
border-radius: 0; border-radius: 0;
border: 2px solid var(--foreground-color); border: 2px solid var(--foreground-color);
margin-bottom: var(--thumb-navigation-height); margin-bottom: var(--thumb-navigation-height);
&__actions { &__actions {
width: 100%;
padding: 0; padding: 0;
position: fixed;
bottom: 60px;
left: 0;
z-index: 1;
textarea { textarea {
height: 4em; height: 4em;