From eacee2885366eddf8d61b37cf23934f8ff5dd072 Mon Sep 17 00:00:00 2001 From: abdullahalam123 Date: Mon, 10 Nov 2025 23:04:41 +0530 Subject: [PATCH] style: enhance PDF multi-tool UI with responsive design and scrollbar adjustments - Added custom CSS to hide scrollbars for better aesthetics in the toolbar. - Updated button styles for improved responsiveness and consistency across different screen sizes. - Enhanced layout and spacing for toolbar elements and upload area for a cleaner user experience. - Adjusted text sizes and padding for better readability and usability. --- index.html | 2 +- src/js/main.ts | 2 +- src/pages/pdf-multi-tool.html | 135 +++++++++++++++++++++++----------- 3 files changed, 96 insertions(+), 43 deletions(-) diff --git a/index.html b/index.html index 9570621..8ead174 100644 --- a/index.html +++ b/index.html @@ -594,7 +594,7 @@ © 2025 BentoPDF. All rights reserved.

- Version 1.4.0 + Version 1.5.0

diff --git a/src/js/main.ts b/src/js/main.ts index 68513e8..9867400 100644 --- a/src/js/main.ts +++ b/src/js/main.ts @@ -94,7 +94,7 @@ const init = () => { © 2025 BentoPDF. All rights reserved.

- Version 1.4.0 + Version 1.5.0

`; diff --git a/src/pages/pdf-multi-tool.html b/src/pages/pdf-multi-tool.html index 1275f0f..28b9464 100644 --- a/src/pages/pdf-multi-tool.html +++ b/src/pages/pdf-multi-tool.html @@ -7,9 +7,22 @@ PDF Multi Tool - BentoPDF + + +