File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ h3 .doc-heading code {
1313 monospace;
1414}
1515
16+ .doc-heading .doc-heading-parameter {
17+ font-size : .65rem ;
18+ }
19+
1620body [data-md-color-primary = "black" ] .excalidraw svg {
1721 will-change : filter;
1822 filter : invert (100% ) hue-rotate (180deg );
Original file line number Diff line number Diff line change @@ -1231,7 +1231,7 @@ def _forward_event(self, event: events.Event) -> None:
12311231 def dismiss (self , result : ScreenResultType | None = None ) -> AwaitComplete :
12321232 """Dismiss the screen, optionally with a result.
12331233
1234- Any callback provided in [push_screen][textual.app.push_screen] will be invoked with the supplied result.
1234+ Any callback provided in [push_screen][textual.app.App. push_screen] will be invoked with the supplied result.
12351235
12361236 Only the active screen may be dismissed. This method will produce a warning in the logs if
12371237 called on an inactive screen (but otherwise have no effect).
You can’t perform that action at this time.
0 commit comments