Explorar o código

bootstrap5 textarea height relative to viewport height, fixes #1349

El RIDO %!s(int64=2) %!d(string=hai) anos
pai
achega
eb42915991
Modificáronse 2 ficheiros con 5 adicións e 0 borrados
  1. 1 0
      CHANGELOG.md
  2. 4 0
      css/bootstrap5/privatebin.css

+ 1 - 0
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)
 

+ 4 - 0
css/bootstrap5/privatebin.css

@@ -36,6 +36,10 @@
 	margin-bottom: 10px;
 }
 
+#message {
+	height: 70vh;
+}
+
 #message, .replymessage {
 	font-family: monospace;
 	resize: vertical;