Skip to content

Commit

Permalink
tweak players page
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk committed Jun 16, 2024
1 parent 70001fe commit add06c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/routes/(app)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
display: flex;
justify-content: right;
flex-wrap: wrap;
flex: 1 0 auto;
@include mobile {
align-self: center;
Expand All @@ -188,7 +189,6 @@
}
}
.wallet-status {
vertical-align: top;
display: flex;
Expand Down
11 changes: 7 additions & 4 deletions src/routes/(app)/players/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
@include mobile {
display: block;
max-width: none;
width: 100%;
// width: 100%;
}
li {
Expand All @@ -124,7 +124,7 @@
@include mobile {
display: flex;
flex-direction: row;
width: 100%;
// width: 100%;
flex-wrap: wrap;
gap: 1ex;
Expand All @@ -137,9 +137,12 @@
}
> .joined {
text-align: end;
margin-left: 4ex;
flex: 1 0 100%;
}
&:not(:last-child) {
margin-bottom: 1em;
}
}
}
Expand Down

0 comments on commit add06c1

Please sign in to comment.