Skip to content

Commit

Permalink
[Task] #123, hide overlay no data status on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Type-Style committed Sep 15, 2024
1 parent 2fa7589 commit a0d5d07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/client/css/start.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@
}

&.status {

@media (max-width: 35em) {
&.emptyData {
display: none;
}
}

grid-column: 2;
grid-row: 2;
margin: 1em 1em 1em 0;
Expand Down

0 comments on commit a0d5d07

Please sign in to comment.