From 4afa43778fc06b9364d06218bd15d4ed18f7e245 Mon Sep 17 00:00:00 2001 From: JannisX11 Date: Sat, 2 Nov 2024 15:32:14 +0100 Subject: [PATCH] Fix plugin details pages not scrolling correctly --- css/dialogs.css | 13 +------ js/plugin_loader.js | 94 ++++++++++++++++++++++----------------------- 2 files changed, 48 insertions(+), 59 deletions(-) diff --git a/css/dialogs.css b/css/dialogs.css index d6076ef0..0fc6efca 100644 --- a/css/dialogs.css +++ b/css/dialogs.css @@ -1559,8 +1559,9 @@ overflow: hidden; max-width: unset; } - #plugin_browser_details { + .plugin_browser_tabbed_page { padding: 8px 24px; + overflow-y: auto; } #plugin_browser_details tr:nth-child(even) { background-color: var(--color-back); @@ -1569,10 +1570,6 @@ padding: 5px 2px; line-height: 20px; } - #plugin_browser_changelog { - padding: 4px 20px; - overflow-y: auto; - } #plugin_browser_changelog > li { padding: 7px 8px; } @@ -1608,12 +1605,6 @@ font-size: 20px; margin-right: 2px; } - #plugin_browser_page .settings_list { - padding: 4px 20px; - } - #plugin_browser_page .features_list { - padding: 4px 20px; - } li.plugin_feature_entry { display: flex; gap: 8px; diff --git a/js/plugin_loader.js b/js/plugin_loader.js index c07f4cde..54a2926b 100644 --- a/js/plugin_loader.js +++ b/js/plugin_loader.js @@ -1402,7 +1402,7 @@ BARS.defineActions(function() {
- +
@@ -1455,7 +1455,7 @@ BARS.defineActions(function() {
Author
- -