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

This commit is contained in:
schrumpel
2023-11-29 00:56:21 +01:00
parent 95a40bd1c2
commit 89a93cc50c
2 changed files with 67 additions and 26 deletions

View File

@ -2867,10 +2867,45 @@ img#f0ck-image, div.imageDoor, div.posts a, video {
grid-template-columns: auto 1fr;
align-items: center;
background: var(--nav-bg);
padding: 5px;
}
.profile_head_avatar {
margin: 5px;
}
.profile_head_username {
font-weight: bold;
font-size: 20px;
}
.layersoffear {
display: grid;
padding-left: 20px;
}
.user_content_wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 5px;
padding: 5px;
}
.f0cks h5, .favs h5 {
background: var(--dropdown-bg);
}
.f0cks-header, .favs-header {
display: grid;
grid-template-columns: 1fr auto;
background: var(--img-border-color);
padding: 0px 5px 0px 5px;
}
div.f0cks div.posts {
padding: 5px;
background: var(--dropdown-bg);
}
div.favs div.posts {
padding: 5px;
background: var(--dropdown-bg);
}