From 0f7e3e88203ad03220521fc204d5447d7a8df697 Mon Sep 17 00:00:00 2001 From: Spythere Date: Fri, 20 Feb 2026 02:01:13 +0100 Subject: [PATCH] chore(profile): minor design fixes --- src/components/PlayerProfileView/ProfileHistoryList.vue | 3 ++- src/views/PlayerProfileView.vue | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PlayerProfileView/ProfileHistoryList.vue b/src/components/PlayerProfileView/ProfileHistoryList.vue index 7f38a8a..ad8fb23 100644 --- a/src/components/PlayerProfileView/ProfileHistoryList.vue +++ b/src/components/PlayerProfileView/ProfileHistoryList.vue @@ -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 { diff --git a/src/views/PlayerProfileView.vue b/src/views/PlayerProfileView.vue index 16156c0..f3dc001 100644 --- a/src/views/PlayerProfileView.vue +++ b/src/views/PlayerProfileView.vue @@ -125,7 +125,6 @@ async function fetchPlayerData() { .profile-side { display: grid; grid-template-rows: auto 1fr; - gap: 0.5em; overflow: auto; background-color: var(--clr-tile); border-radius: 0.5em;