mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
chore(profile): minor design fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user