Skip to content

Commit

Permalink
Apply web repl mobile styles to larger smartphones
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfeldman committed Sep 28, 2023
1 parent eea619e commit 8eb1d78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/public/repl/repl.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ li {

#loading-message {
text-align: center;
height: 96px; /* approximately match height after loading and printing help message */
/* approximately match height after loading and printing help message */
height: 96px;
}

.history-item {
Expand Down Expand Up @@ -144,7 +145,7 @@ li {


/* Mobile-friendly screen width */
@media only screen and (max-device-width: 480px) and (orientation: portrait) {
@media only screen and (max-width: 767px) {
h1 {
font-size: 24px !important;
margin: 0;
Expand Down

0 comments on commit 8eb1d78

Please sign in to comment.