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); }