default styles

This commit is contained in:
Will McGugan
2022-02-03 11:56:12 +00:00
parent c90cdd4ec8
commit b2974aad6e
13 changed files with 82 additions and 48 deletions

View File

@@ -8,7 +8,6 @@ class BasicApp(App):
def on_load(self):
"""Bind keys here."""
self.bind("tab", "toggle_class('#sidebar', '-active')")
self.bind("a", "toggle_class('#header', '-visible')")
def on_mount(self):
"""Build layout here."""