From ba2f4b615e01a49b731fc049ff5b0cff486aa795 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Fri, 15 May 2026 03:17:52 +0200 Subject: [PATCH] removing the blur filter and hover transform effect for buttons --- views/scroller.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/views/scroller.html b/views/scroller.html index 3560a9b..b23286e 100644 --- a/views/scroller.html +++ b/views/scroller.html @@ -906,11 +906,10 @@ cursor: pointer; color: #fff; background: none; border: none; padding: 0; transition: transform .12s; } - .scroll-actions .chan-action-btn:hover { transform: scale(1.14); } + /*.scroll-actions .chan-action-btn:hover { transform: scale(1.14); }*/ .scroll-actions .chan-action-btn .scroll-btn-icon { width: 46px; height: 46px; border-radius: 50%; - background: rgba(255,255,255,.1); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); - border: 1px solid rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; + display: flex; align-items: center; justify-content: center; font-size: 1.05rem; transition: background .17s; } .scroll-actions .chan-action-btn:hover .scroll-btn-icon { background: rgba(255,255,255,.22); }