mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Help text for align, fix off-by-one in tokenizer error output
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
|
||||
.list-item {
|
||||
height: 8;
|
||||
min-width: 80;
|
||||
align: center middle;
|
||||
background: dark_blue;
|
||||
padding: 2;
|
||||
border: solid red;
|
||||
}
|
||||
|
||||
@@ -81,7 +81,6 @@ class BasicApp(App):
|
||||
|
||||
def action_toggle_border(self):
|
||||
self.focused.styles.border = [("solid", "red"), ("dashed", "white")]
|
||||
self.focused.styles.opacity = "x"
|
||||
|
||||
|
||||
BasicApp.run(css_file="uber.css", log="textual.log", log_verbosity=1)
|
||||
|
||||
Reference in New Issue
Block a user