Browse Source

Allow textarea to be resized vertically only

Haocen Xu 7 years ago
parent
commit
6a79519641
2 changed files with 3 additions and 1 deletions
  1. 2 1
      css/bootstrap/privatebin.css
  2. 1 0
      css/privatebin.css

+ 2 - 1
css/bootstrap/privatebin.css

@@ -131,8 +131,9 @@ body.loading {
 	margin-bottom: 10px;
 }
 
-#message {
+#message, .replymessage {
 	font-family: monospace;
+	resize: vertical;
 }
 
 #nickname {

+ 1 - 0
css/privatebin.css

@@ -102,6 +102,7 @@ h3.title {
 	padding: 5px;
 	white-space: pre-wrap;
 	font-family: Consolas, "Lucida Console", "DejaVu Sans Mono", Monaco, monospace;
+	resize: vertical;
 }
 
 #attachmentPreview img {