Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jun 22, 2024
1 parent 9d67e45 commit de98d1a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/textual/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ class CommandPalette(SystemModalScreen[CallbackType]):
min-height: 20;
}
CommandPalette {
background: $background 50%;
background: $background 80%;
align-horizontal: center;
}
Expand All @@ -457,8 +457,7 @@ class CommandPalette(SystemModalScreen[CallbackType]):
}
CommandPalette > Vertical {
margin-top: 3;
# width: 90%;
margin-top: 3;
height: 100%;
visibility: hidden;
}
Expand Down

0 comments on commit de98d1a

Please sign in to comment.