add: profiles ui, communities ui, posts ui

This commit is contained in:
trisua 2025-03-29 00:26:56 -04:00
parent 00abbc8fa2
commit eecf357325
36 changed files with 1460 additions and 147 deletions

View file

@ -78,11 +78,7 @@ body {
overflow-x: hidden;
}
main,
article,
nav,
header,
footer {
main {
width: 80ch;
margin: 0 auto;
padding: 0.75rem 1rem;
@ -422,11 +418,16 @@ select {
transition: background 0.15s;
resize: vertical;
width: 100%;
font-family: inherit;
/* personality */
background: transparent;
color: inherit;
}
textarea {
min-height: 5rem;
}
input:focus,
textarea:focus,
select:focus {
@ -1062,6 +1063,10 @@ details.accordion .inner {
}
@media screen and (max-width: 900px) {
.flex-collapse {
flex-direction: column !important;
}
.sm\:static {
position: static !important;
}