PrivateBin/tpl
Trevin Chow 92ea78005b fix(bootstrap5): add gap-2 between status alert icon and message text
Removing justify-content-between left the icon and text touching with no
spacing after handleNotification rerenders the alert into two flex
children. Add gap-2 (0.5rem) on the parent so they get a small visual
break consistent with Bootstrap 5 alert conventions.

The deleted-paste case (icon + text inline inside the inner div, plus the
"Start over" button as the second child) keeps its original spacing
because PHP_EOL provides the icon-text separation; gap-2 only adds 0.5rem
between the inner div and the right-aligned button, which reads cleanly.
2026-04-29 15:13:33 -07:00
..
.editorconfig
.htaccess
bootstrap.php update DOMpurify library from 3.4.0 to 3.4.1 2026-04-23 07:15:03 +02:00
bootstrap5.php fix(bootstrap5): add gap-2 between status alert icon and message text 2026-04-29 15:13:33 -07:00
shortenerproxy.php removed CSP tag from shortenerproxy.php 2025-09-11 18:17:30 +01:00