Skip to content

Commit

Permalink
Dock the sidebar to the left side and fix its width
Browse files Browse the repository at this point in the history
See #5.

This also works around Textualize/textual#2378
  • Loading branch information
talblubClouby96 authored and davep committed Apr 26, 2023
1 parent b079627 commit 025b667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frogmouth/widgets/navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ class Navigation(Vertical):

DEFAULT_CSS = """
Navigation {
width: 1fr;
min-width: 42;
width: 42;
background: $panel;
display: none;
dock: left;
}
Navigation:focus-within {
Expand Down

0 comments on commit 025b667

Please sign in to comment.