chore(profile): minor design fixes

This commit is contained in:
2026-02-20 02:01:13 +01:00
parent 1735444176
commit 0f7e3e8820
2 changed files with 2 additions and 2 deletions
@@ -243,6 +243,7 @@ async function fetchPlayerJournal() {
.list-header {
position: sticky;
top: 0;
z-index: 100;
& > h3 {
padding: 0.5em;
@@ -254,8 +255,8 @@ async function fetchPlayerJournal() {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1em;
padding: 0.5em;
background-color: var(--clr-tile);
padding: 0.5em;
}
.menu-btn {