Small textarea change in Settings
This ensures that the textareas in the Settings can only be resized vertically, so that they don't break out of the container. If you went to resize it horizontally, it would actually close the settings dialog anyway.
This commit is contained in:
parent
cba171b9d0
commit
3ef8204534
@ -702,6 +702,7 @@ div[data-checked="false"] > .suboption-list {
|
||||
font-family: monospace;
|
||||
min-width: 100%;
|
||||
max-width: 100%;
|
||||
resize: vertical;
|
||||
}
|
||||
#fourchanx-settings code {
|
||||
color: #000;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user