aboutsummaryrefslogtreecommitdiff
path: root/app/layout
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-04-16 15:28:53 +0200
committerGravatar GitHub <noreply@github.com> 2023-04-16 15:28:53 +0200
commit48954503d11c743528b73055ed08e35c2cc4f95f (patch)
tree1d90950ea92c548d7e651fead982107773a8d75d /app/layout
parentefcc8f387bb44901e0e3e284b7aa225e684549fd (diff)
.scrollbar-thin for #sidebar (#5304)
Diffstat (limited to 'app/layout')
-rw-r--r--app/layout/aside_feed.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml
index 4745b6273..410a0ce60 100644
--- a/app/layout/aside_feed.phtml
+++ b/app/layout/aside_feed.phtml
@@ -27,7 +27,7 @@
<form id="mark-read-aside" method="post">
<input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken() ?>" />
- <ul id="sidebar" class="tree">
+ <ul id="sidebar" class="tree scrollbar-thin">
<li class="tree-folder category all<?= FreshRSS_Context::isCurrentGet('a') ? ' active' : '' ?>">
<div class="tree-folder-title">
<?= _i('all') ?> <a class="title" data-unread="<?= format_number(FreshRSS_Context::$total_unread) ?>" href="<?=