Skip to content

Commit

Permalink
adjust width of splash for phones
Browse files Browse the repository at this point in the history
  • Loading branch information
micrology committed Feb 13, 2024
1 parent f0910c2 commit d36ace1
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 634 deletions.
5 changes: 4 additions & 1 deletion css/prsm.css
Original file line number Diff line number Diff line change
Expand Up @@ -2188,13 +2188,16 @@ input#splashNameBox::placeholder {
padding: 8px;
}
.tutorial-dialog.wide {
width: 400px;
width: 350px;
}
#whatsnew {
min-width: 350px;
max-height: 550px;
overflow: auto;
}
.tutorial-dialog.splash.intro-splash {
width: 350px;
}
}

/* print media */
Expand Down
Loading

0 comments on commit d36ace1

Please sign in to comment.