Fixed paging. Updated edit props.

This commit is contained in:
Mike Cao 2024-02-05 15:32:36 -08:00
parent d392e500c6
commit b9825304c3
10 changed files with 32 additions and 46 deletions

View file

@ -20,3 +20,9 @@
text-align: right;
margin-right: 10px;
}
.name {
color: var(--font-color200);
background: var(--base75);
padding: var(--size300) var(--size600);
}