mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
chore(profile): minor design fixes
This commit is contained in:
@@ -243,6 +243,7 @@ async function fetchPlayerJournal() {
|
|||||||
.list-header {
|
.list-header {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
z-index: 100;
|
||||||
|
|
||||||
& > h3 {
|
& > h3 {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
@@ -254,8 +255,8 @@ async function fetchPlayerJournal() {
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(3, 1fr);
|
grid-template-columns: repeat(3, 1fr);
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
padding: 0.5em;
|
|
||||||
background-color: var(--clr-tile);
|
background-color: var(--clr-tile);
|
||||||
|
padding: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-btn {
|
.menu-btn {
|
||||||
|
|||||||
@@ -125,7 +125,6 @@ async function fetchPlayerData() {
|
|||||||
.profile-side {
|
.profile-side {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: auto 1fr;
|
grid-template-rows: auto 1fr;
|
||||||
gap: 0.5em;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background-color: var(--clr-tile);
|
background-color: var(--clr-tile);
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
|
|||||||
Reference in New Issue
Block a user