diff --git a/src/textual/command.py b/src/textual/command.py index 80a8a519cf..cf75586ca9 100644 --- a/src/textual/command.py +++ b/src/textual/command.py @@ -439,7 +439,7 @@ class CommandPalette(SystemModalScreen[CallbackType]): min-height: 20; } CommandPalette { - background: $background 50%; + background: $background 80%; align-horizontal: center; } @@ -457,8 +457,7 @@ class CommandPalette(SystemModalScreen[CallbackType]): } CommandPalette > Vertical { - margin-top: 3; - # width: 90%; + margin-top: 3; height: 100%; visibility: hidden; }