mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 11:11:11 +02:00
[Glitch] Fix vertically written textareas
Port efa76ace8a to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -1424,6 +1424,9 @@ body > [data-popper-placement] {
|
||||
.autosuggest-textarea > .autosuggest-textarea__textarea:lang(#{$lang}) {
|
||||
writing-mode: vertical-lr;
|
||||
min-height: 209px; // writable
|
||||
max-height: 209px; // suppress autosizing by react-textarea-autosize
|
||||
overflow-x: auto;
|
||||
scrollbar-color: unset;
|
||||
}
|
||||
|
||||
.detailed-status > .status__content > .status__content__text:lang(#{$lang}) {
|
||||
|
||||
Reference in New Issue
Block a user