Skip to content

Commit

Permalink
refactor: ♻️ remove icons from stalker on narrow screens
Browse files Browse the repository at this point in the history
  • Loading branch information
nstringham committed Nov 9, 2022
1 parent 815656a commit c7770df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions client/src/components/Stalker.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,17 @@
transform: scaleX(-1);
}
@media (max-width: 550px) {
.button-content {
grid-template-columns: auto auto;
padding-inline: 24px;
}
.button-content > img {
display: none;
}
}
.first-name {
justify-self: start;
}
Expand Down

0 comments on commit c7770df

Please sign in to comment.