Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jun 25, 2024
1 parent 2df4e12 commit b5c9c53
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/textual/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ class CommandList(OptionList, can_focus=False):
CommandList {
visibility: hidden;
border-top: blank;
border-bottom: hkey $background;
border-bottom: hkey $primary;
border-left: none;
border-right: none;
height: auto;
Expand Down Expand Up @@ -440,7 +440,7 @@ class CommandPalette(SystemModalScreen[CallbackType]):
min-height: 20;
}
CommandPalette {
background: $background 80%;
background: $background 60%;
align-horizontal: center;
}
Expand All @@ -467,8 +467,7 @@ class CommandPalette(SystemModalScreen[CallbackType]):
CommandPalette #--input {
height: auto;
visibility: visible;
border: hkey $background;
# background: $panel;
border: hkey $primary;
}
CommandPalette #--input.--list-visible {
Expand All @@ -493,7 +492,6 @@ class CommandPalette(SystemModalScreen[CallbackType]):
CommandPalette LoadingIndicator {
height: auto;
visibility: hidden;
# background: $panel;
border-bottom: hkey $primary;
}
Expand Down

0 comments on commit b5c9c53

Please sign in to comment.