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:
Johnny 2019-08-03 09:43:06 +10:00 committed by GitHub
parent cba171b9d0
commit 3ef8204534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;