Skip to content

Commit

Permalink
💄 Tidy up the settings dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed May 16, 2024
1 parent ce94f60 commit 52424a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tinboard/screens/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Settings(ModalScreen[None]):
background: $surface;
border: panel $primary;
border-title-color: $accent;
padding-top: 1;
}
#buttons {
Expand All @@ -37,7 +38,7 @@ class Settings(ModalScreen[None]):
}
Checkbox {
background: $surface;
min-width: 1fr;
}
Button {
Expand Down

0 comments on commit 52424a0

Please sign in to comment.