QoL
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 17s

This commit is contained in:
schrumpel
2023-11-29 04:46:21 +01:00
parent 5e39c67147
commit 7a42e6ffce
5 changed files with 74 additions and 6 deletions

View File

@ -2911,4 +2911,25 @@ div.f0cks div.posts {
div.favs div.posts {
padding: 5px;
background: var(--dropdown-bg);
}
#bg {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
-webkit-filter: blur(100px);
filter: blur(100px);
transform: translate3d(0, 0, 0);
z-index: 0;
transition: 2s ease;
}
button#togglebg {
border: 0;
background: transparent;
cursor: pointer;
}