From eb429159919870eb4c25864ea3eb06e778b699e0 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Thu, 13 Jun 2024 20:22:40 +0200 Subject: [PATCH] bootstrap5 textarea height relative to viewport height, fixes #1349 --- CHANGELOG.md | 1 + css/bootstrap5/privatebin.css | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0797555..e7e953fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 1.7.4 (not yet released) * CHANGED: Saving markdown pastes uses `.md` extension instead of `.txt` (#1293) * CHANGED: Enable strict type checking in PHP (#1350) +* CHANGED: Various tweaks of the `bootstrap5` template, suggested by the community * FIXED: Reset password input field on creation of new paste (#1194) * FIXED: Allow database schema upgrade to skip versions (#1343) diff --git a/css/bootstrap5/privatebin.css b/css/bootstrap5/privatebin.css index 426e66d7..b14768a1 100644 --- a/css/bootstrap5/privatebin.css +++ b/css/bootstrap5/privatebin.css @@ -36,6 +36,10 @@ margin-bottom: 10px; } +#message { + height: 70vh; +} + #message, .replymessage { font-family: monospace; resize: vertical;