From 6a79519641e0d6e3e820cac1f5ac15fd82cca364 Mon Sep 17 00:00:00 2001 From: Haocen Xu Date: Mon, 19 Aug 2019 08:46:01 -0400 Subject: [PATCH] Allow textarea to be resized vertically only --- css/bootstrap/privatebin.css | 3 ++- css/privatebin.css | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/css/bootstrap/privatebin.css b/css/bootstrap/privatebin.css index b2b03ee..2639c3a 100644 --- a/css/bootstrap/privatebin.css +++ b/css/bootstrap/privatebin.css @@ -131,8 +131,9 @@ body.loading { margin-bottom: 10px; } -#message { +#message, .replymessage { font-family: monospace; + resize: vertical; } #nickname { diff --git a/css/privatebin.css b/css/privatebin.css index ef67b9b..074eea6 100644 --- a/css/privatebin.css +++ b/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 {