switched from tabs to spaces lmao

This commit is contained in:
2026-02-04 19:47:16 +11:00
parent cc2da06ac1
commit 9b32c417e9
4 changed files with 148 additions and 137 deletions

View File

@@ -3,19 +3,19 @@ from textual.containers import HorizontalGroup
class Navbar(HorizontalGroup):
DEFAULT_CSS = """
Navbar {
background: $surface-darken-1;
border-bottom: hkey $surface;
height: 3;
padding: 1;
padding-bottom: 0;
#hamburger-menu {
max-width: 1;
}
}
"""
def compose(self):
yield Button("", compact=True, id="hamburger-menu")
DEFAULT_CSS = """
Navbar {
background: $surface-darken-1;
border-bottom: hkey $surface;
height: 3;
padding: 1;
padding-bottom: 0;
#hamburger-menu {
max-width: 1;
}
}
"""
def compose(self):
yield Button("", compact=True, id="hamburger-menu")