stacker.news/components/user-header.module.css
keyan 18910fa2ed Revert "shield your eyes; massive, squashed refactor; nextjs/react/react-dom/apollo upgrades"
This reverts commit d0314ab73c42ebf85fe2f418dddd681af45dbc55.
2023-07-23 09:16:12 -05:00

29 lines
406 B
CSS

.usernameForm {
width: 300px;
margin-bottom: 0;
}
.nav {
margin-top: 1rem;
justify-content: space-between;
}
.nav div:first-child a {
padding-left: 0;
}
.nav div:last-child a {
padding-right: 0;
}
.userimg {
clip-path: polygon(0% 0%, 83% 0%, 100% 100%, 17% 100%);
object-fit: cover;
}
.username {
font-weight: bold;
font-size: 150%;
line-height: 1.25rem;
}