feat: icons, user popus, and polish
user popus are WEIRD, and i need help with layering
This commit is contained in:
parent
8c92a7ad0c
commit
692dd6d1c7
7 changed files with 196 additions and 13 deletions
|
@ -81,7 +81,7 @@ onMounted(async () => {
|
|||
text-align: left;
|
||||
/* border: 1px solid lightcoral; */
|
||||
display: grid;
|
||||
grid-template-columns: 2dvw 1fr;
|
||||
grid-template-columns: 2rem 1fr;
|
||||
align-items: center;
|
||||
column-gap: 1dvw;
|
||||
width: 100%;
|
||||
|
@ -129,10 +129,11 @@ onMounted(async () => {
|
|||
}
|
||||
|
||||
.left-column {
|
||||
min-width: 2rem;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
|
||||
}
|
||||
|
||||
.author-username {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue