added MoreSection component to profile page

This commit is contained in:
Hunter W.
2026-06-04 01:54:38 -04:00
parent 39a056db25
commit 0b161f3e2d
9 changed files with 317 additions and 61 deletions

21
styles/more-section.css Normal file
View File

@@ -0,0 +1,21 @@
.more-section-container {
}
.drop-handle {
width: 100%;
height: 2em;
display: flex;
gap: 12;
margin: 0 0 40px 0;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center;
border-radius: var(--radius-md);
transition: all 0.3s ease;
position: relative;
border: 1px solid var(--border);
bottom: 0px;
background-color: var(--bg-raised);
}