mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix demo
This commit is contained in:
@@ -98,7 +98,7 @@ Tweet {
|
||||
height:12;
|
||||
width: 100%;
|
||||
|
||||
|
||||
margin:0 2;
|
||||
background: $panel;
|
||||
color: $text-panel;
|
||||
layout: vertical;
|
||||
|
||||
@@ -29,7 +29,6 @@ class Align:
|
||||
self, console: Console, options: ConsoleOptions
|
||||
) -> RenderResult:
|
||||
lines = console.render_lines(self.renderable, options, pad=False)
|
||||
|
||||
new_line = Segment.line()
|
||||
for line in align_lines(
|
||||
lines,
|
||||
|
||||
Reference in New Issue
Block a user