From 833454b3433c9766b6508ede0c8a0e2559d9a935 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 2 May 2023 22:38:36 +0200 Subject: [PATCH] Use monospace font in textarea's This commit makes the textareas (notably, when adding a pasta) use monospace font (which is in line with other pastebin services and arguably what the user wants/expects). --- templates/edit.html | 2 +- templates/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/edit.html b/templates/edit.html index fe47b34b..253f5d8c 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -5,7 +5,7 @@


- +
{% if args.readonly %} diff --git a/templates/index.html b/templates/index.html index f9d5b127..711b6edc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -173,7 +173,7 @@ - +
{% if !args.no_file_upload %}
@@ -252,4 +252,4 @@ } -{% include "footer.html" %} \ No newline at end of file +{% include "footer.html" %}