sforkowany z mirror/soapbox
Compose: fix mobile padding, fixes #166
rodzic
9fa7f7bf0f
commit
98a38fe2e0
|
@ -123,7 +123,11 @@
|
|||
resize: none;
|
||||
scrollbar-color: initial;
|
||||
transition: 0.2s;
|
||||
&::-webkit-scrollbar {all: unset;}
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
all: unset;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
max-height: 100px !important; // prevent auto-resize textarea
|
||||
resize: vertical;
|
||||
|
|
|
@ -691,7 +691,7 @@
|
|||
}
|
||||
|
||||
.compose-form .compose-form__buttons-wrapper {
|
||||
padding: 0;
|
||||
padding: 10px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue