Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Dec 12, 2023
1 parent dc4085e commit 41e5a36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/viewtify/preference/PreferenceView.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ interface style extends StyleDSL {

Style root = () -> {
padding.left(40, px).right(30, px).top(15, px);
display.maxWidth(550, px);
};

Style box = () -> {
Expand Down

0 comments on commit 41e5a36

Please sign in to comment.