Skip to content

Commit

Permalink
Mobile UI improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakorr committed Feb 17, 2024
1 parent 8fae2c1 commit d71d5b1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@
display: none !important;
}
}
@media (max-width: 400px) {
#acas-is-free-reminder span {
display: none !important;
}
#acas-is-free-reminder .greasyfork-button {
display: none !important;
}
#acas-is-free-reminder .discord-button {
display: none !important;
}
#acas-is-free-reminder .github-button {
display: block !important;
}
}
body {
font-family: "Mona Sans";
margin: 0;
Expand Down

0 comments on commit d71d5b1

Please sign in to comment.