We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75fc0c7 + bc9f5ef commit 483ccb3Copy full SHA for 483ccb3
docs/how-to/style-inline-apps.md
@@ -19,6 +19,11 @@ The following app displays the the current time (and keeps it up to date).
19
20
With Textual's default settings, this clock will be displayed in 5 lines; 3 for the digits and 2 for a top and bottom border.
21
22
+!!! note
23
+
24
+ Textual also adds a blank line above inline apps for padding.
25
+ To remove this default padding, you can set `INLINE_PADDING = 0` on your app class.
26
27
You can change the height or the border with CSS and the `:inline` pseudo-selector, which only matches rules in inline mode.
28
Let's update this app to remove the default border, and increase the height:
29
0 commit comments