kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix chat compose box on mobile devices
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>strip-front-mentions
rodzic
df47c0c789
commit
cdfe88af9e
|
@ -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;
|
||||||
|
|
Ładowanie…
Reference in New Issue