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

This commit is contained in:
schrumpel
2023-11-28 22:29:18 +01:00
4 changed files with 46 additions and 14 deletions

View File

@ -2861,3 +2861,17 @@ img#f0ck-image, div.imageDoor, div.posts a, video {
border: 1px solid var(--accent);
min-width: 30%;
}
/* profile */
.profile_head {
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
background: var(--nav-bg);
padding: 5px;
}
.layersoffear {
display: grid;
padding-left: 20px;
}