diff --git a/src/sass/z_media-queries.scss b/src/sass/z_media-queries.scss index b61f23aa1..a29f11293 100644 --- a/src/sass/z_media-queries.scss +++ b/src/sass/z_media-queries.scss @@ -334,6 +334,17 @@ } } } + .tables table { + tr td:first-child { + padding-left: 0.25rem; + } + tr td:last-child { + padding-right: 0.25rem; + } + td { + padding: 0.25rem; + } + } } .pageAccount { .group.history { @@ -500,6 +511,28 @@ #commandLineInput { width: 400px !important; } + + #leaderboardsWrapper #leaderboards { + .tables .titleAndTable .titleAndButtons { + grid-template-columns: unset; + } + .tables table { + thead, + tbody, + tfoot { + font-size: 0.5rem; + } + tr td:first-child { + padding-left: 0.25rem; + } + tr td:last-child { + padding-right: 0.25rem; + } + td { + padding: 0.25rem; + } + } + } } @media only screen and (max-width: 400px) { @@ -539,10 +572,6 @@ #commandLineInput { width: 300px !important; } - - #leaderboardsWrapper #leaderboards .tables .titleAndTable .titleAndButtons { - grid-template-columns: unset; - } } @media only screen and (max-width: 350px) {