aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-08-27 16:54:07 -0400
committerThedro Neely <thedroneely@gmail.com>2020-08-27 16:54:07 -0400
commit1e3ea8c39cd0624a54434e344e5393bc4347e93c (patch)
treea3c1f8569da50fb7792df76a5c0d695c70a269a4 /public
parenta424a542e78e5b8e140985893de5ee9bd2332bbc (diff)
downloadthedroneely.com-1e3ea8c39cd0624a54434e344e5393bc4347e93c.tar.gz
thedroneely.com-1e3ea8c39cd0624a54434e344e5393bc4347e93c.tar.bz2
thedroneely.com-1e3ea8c39cd0624a54434e344e5393bc4347e93c.zip
public/css/tdro: Allow resize on comment box
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index f0c827a..d0a605d 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4516,8 +4516,11 @@ blockquote p { font-size: 1.3rem !important; }
}
#isso-thread .textarea {
+ height: auto !important;
line-height: 1.8;
outline: 0;
+ overflow: auto;
+ resize: auto;
}
#isso-thread .textarea.placeholder {