diff --git a/CHANGELOG.md b/CHANGELOG.md index 2455d1f2..e792c73b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 1.7.5 (not yet released) * ADDED: Allow non persistent SQL connections, if configured (#1394) -* CHANGED: Various tweaks of the `bootstrap` & `bootstrap5` templates (#1392) +* CHANGED: Tweaked page footer of the `bootstrap` & `bootstrap5` templates (#1392) * CHANGED: Simpler PostgreSQL table lookup query (#1361) * CHANGED: SRI hashes are now configurable, no longer hardcoded in templates (#1365) * CHANGED: Upgrading libraries to: DOMpurify 3.1.6 diff --git a/css/bootstrap/privatebin.css b/css/bootstrap/privatebin.css index 84b704e8..c8073323 100644 --- a/css/bootstrap/privatebin.css +++ b/css/bootstrap/privatebin.css @@ -87,7 +87,7 @@ body.loading { word-wrap: break-word; } -#message, #placeholder, #plaintext, #prettymessage { +#message { height: 70vh; } diff --git a/css/bootstrap5/privatebin.css b/css/bootstrap5/privatebin.css index 9a726bb5..66621b93 100644 --- a/css/bootstrap5/privatebin.css +++ b/css/bootstrap5/privatebin.css @@ -32,7 +32,7 @@ word-wrap: break-word; } -#message, #placeholder, #plaintext, #prettymessage { +#message { height: 70vh; } diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index 901bced7..f0790d38 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -592,7 +592,7 @@ endif; this FAQ for information to troubleshoot.', 'https://github.com/PrivateBin/PrivateBin/wiki/FAQ#why-does-the-loading-message-not-go-away'); ?> -