From 53ca8e03c74db84c7601985ab7ea6d3bdb37e248 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Fri, 15 May 2026 03:21:10 +0200 Subject: [PATCH] reminder: fix the fucking css already for this abomination --- views/scroller.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/views/scroller.html b/views/scroller.html index b23286e..6a4d868 100644 --- a/views/scroller.html +++ b/views/scroller.html @@ -322,15 +322,14 @@ cursor: pointer; text-decoration: none; color: #fff; background: none; border: none; padding: 0; transition: transform .12s; } - .scroll-btn:hover { transform: scale(1.14); } + /*.scroll-btn:hover { transform: scale(1.14); }*/ .scroll-btn-icon { position: relative; width: 46px; height: 46px; border-radius: 50%; - backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; font-size: 1.05rem; transition: background .17s; } - .scroll-btn:hover .scroll-btn-icon { background: rgba(255,255,255,.22); } + /*.scroll-btn:hover .scroll-btn-icon { background: rgba(255,255,255,.22); }*/ .scroll-btn-label { font-size: .6rem; font-weight: 600; letter-spacing: .03em; color: rgba(255,255,255,.75); } .scroll-btn-count { font-size: .62rem; font-weight: 800; color: rgba(255,255,255,.55); line-height: 1;