removing the blur filter and hover transform effect for buttons

This commit is contained in:
2026-05-15 03:17:52 +02:00
parent 4c7649436f
commit ba2f4b615e

View File

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