From baab354ca26212eafba82d593fa052bdc782da80 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Sun, 29 Oct 2023 20:49:33 +0100 Subject: Improve table scrolling (#5774) * class table-wrapper added * class scrolbar-thin added --------- Co-authored-by: math-gh <> --- app/views/extension/index.phtml | 2 +- app/views/index/logs.phtml | 2 +- app/views/stats/index.phtml | 110 ++++++++++++++++++++------------------ app/views/stats/repartition.phtml | 2 +- app/views/user/manage.phtml | 2 +- 5 files changed, 61 insertions(+), 57 deletions(-) diff --git a/app/views/extension/index.phtml b/app/views/extension/index.phtml index 195452d61..9b8c122e6 100644 --- a/app/views/extension/index.phtml +++ b/app/views/extension/index.phtml @@ -45,7 +45,7 @@ available_extensions)) { ?>

-
+
diff --git a/app/views/index/logs.phtml b/app/views/index/logs.phtml index 896a19765..cba6f5243 100644 --- a/app/views/index/logs.phtml +++ b/app/views/index/logs.phtml @@ -15,7 +15,7 @@ logsPaginator->render('logs_pagination.phtml', 'page'); ?> -
+
diff --git a/app/views/stats/index.phtml b/app/views/stats/index.phtml index f4c87315f..593474ac7 100644 --- a/app/views/stats/index.phtml +++ b/app/views/stats/index.phtml @@ -13,65 +13,69 @@

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
repartitions['main_stream']['total'] ?? -1) ?>repartitions['all_feeds']['total'] ?? -1) ?>
repartitions['main_stream']['count_reads'] ?? -1) ?>repartitions['all_feeds']['count_reads'] ?? -1) ?>
repartitions['main_stream']['count_unreads'] ?? -1) ?>repartitions['all_feeds']['count_unreads'] ?? -1) ?>
repartitions['main_stream']['count_favorites'] ?? -1) ?>repartitions['all_feeds']['count_favorites'] ?? -1) ?>
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 
repartitions['main_stream']['total'] ?? -1) ?>repartitions['all_feeds']['total'] ?? -1) ?>
repartitions['main_stream']['count_reads'] ?? -1) ?>repartitions['all_feeds']['count_reads'] ?? -1) ?>
repartitions['main_stream']['count_unreads'] ?? -1) ?>repartitions['all_feeds']['count_unreads'] ?? -1) ?>
repartitions['main_stream']['count_favorites'] ?? -1) ?>repartitions['all_feeds']['count_favorites'] ?? -1) ?>
+

- - - - - - - - - - - topFeed as $feed): ?> +
+
+ - - - - + + + + - - -
repartitions['all_feeds']['total'])) { - echo format_number($feed['count'] / $this->repartitions['all_feeds']['total'] * 100, 1); - } - ?>
+ + + topFeed as $feed): ?> + + + + + repartitions['all_feeds']['total'])) { + echo format_number($feed['count'] / $this->repartitions['all_feeds']['total'] * 100, 1); + } + ?> + + + + +
diff --git a/app/views/stats/repartition.phtml b/app/views/stats/repartition.phtml index 80e3c1a6a..6923f6992 100644 --- a/app/views/stats/repartition.phtml +++ b/app/views/stats/repartition.phtml @@ -37,7 +37,7 @@
-
+
diff --git a/app/views/user/manage.phtml b/app/views/user/manage.phtml index bff90818e..827ba39da 100644 --- a/app/views/user/manage.phtml +++ b/app/views/user/manage.phtml @@ -91,7 +91,7 @@

-
+
-- cgit v1.2.3