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

This commit is contained in:
schrumpel
2023-11-28 22:24:40 +01:00
parent 8b9677bb76
commit 267a1427c3
4 changed files with 46 additions and 14 deletions

View File

@ -2842,3 +2842,17 @@ ul.navbar-nav-guests li.nav-item {
img#f0ck-image, div.imageDoor, div.posts a, video {
animation: 1s ease-out 0s 1 fadeIn;
}
/* 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;
}