b3498fe277
* Add display linked accounts to settings * Apply suggestions from code review Co-authored-by: ekzyis <ek@stacker.news> * small styling enhancements --------- Co-authored-by: ekzyis <ek@stacker.news> Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com> Co-authored-by: keyan <keyan.kousha+huumn@gmail.com>
39 lines
590 B
CSS
39 lines
590 B
CSS
.usernameForm {
|
|
width: 300px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.nav {
|
|
margin: 1rem 0;
|
|
justify-content: start;
|
|
font-size: 110%;
|
|
}
|
|
|
|
.nav :global .nav-link {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.nav :global .nav-item:not(:first-child) {
|
|
margin-left: 1rem;
|
|
}
|
|
|
|
.nav :global .active {
|
|
border-bottom: 2px solid var(--bs-primary);
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.social {
|
|
font-weight: bold;
|
|
display: flex;
|
|
align-items: center;
|
|
} |