From 227d56a2bdae358963b131ecc4fe786270211c93 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 10 Aug 2024 16:43:57 +0200 Subject: [PATCH] feat: enhance accessibility and UI feedback Added a noscript alert message for users with JavaScript disabled, informing them about the limitations and manual controls available. Improved UI spacing with an additional margin in the conversion button section. Adjusted CSS padding for better visual alignment. Expanded Webpack safelist to include alert classes for proper styling. --- index.php | 9 ++++++++- src/css/custom.css | 1 + webpack.config.js | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 0bdd8b3..6aeca1b 100644 --- a/index.php +++ b/index.php @@ -167,7 +167,7 @@ foreach (array_reverse($preferred_currencies) as $currency) { -
+
@@ -194,6 +194,13 @@ foreach (array_reverse($preferred_currencies) as $currency) {
+ +