mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 07:32:19 -05:00
* Remove light mode * Trim header * New front page initial * Get rid of build layout * Breadcrumbs * Desktop side nav * Overhaul colors * Add breadcrumbs * New sub nav style * Front page action buttons * Add back add new build button * Add articles page with icon * Minor Object damage page layout tweaks * Remove one unnecessary render from object damage * Fix wrong link in article page * Profile -> My Page in header * Log in/out buttons in front * Add drawings to front page * Remove unnecessary comment
36 lines
486 B
CSS
36 lines
486 B
CSS
.u-edit__container {
|
|
display: flex;
|
|
width: 100%;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
gap: var(--s-6);
|
|
}
|
|
|
|
.u-edit__country-select {
|
|
max-width: 10rem;
|
|
}
|
|
|
|
.u-edit__in-game-name-text {
|
|
max-width: 8rem;
|
|
}
|
|
|
|
.u-edit__in-game-name-hashtag {
|
|
font-size: var(--fonts-lg);
|
|
}
|
|
|
|
.u-edit__in-game-name-discriminator {
|
|
width: 4rem;
|
|
}
|
|
|
|
.u-edit__sens-select {
|
|
width: 6rem;
|
|
}
|
|
|
|
.u-edit__bio-container {
|
|
width: 100%;
|
|
}
|
|
|
|
.u-edit__bio-container > textarea {
|
|
width: 100%;
|
|
}
|