Skip to content

Commit

Permalink
Reduce options page padding on smaller displays
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwords committed Oct 7, 2020
1 parent eb5cd10 commit d814de7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/skin/options-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -252,3 +252,9 @@ p, #settingsForm {
.indent1 {
margin-inline-start: 25px;
}

@media screen and (max-width: 500px){
.ui-tabs .ui-tabs-panel {
padding: 0.5em 0;
}
}

0 comments on commit d814de7

Please sign in to comment.