mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix some inaccuracies in the tutorial.
This commit is contained in:
@@ -2,8 +2,9 @@ Stopwatch {
|
||||
layout: horizontal;
|
||||
background: $boost;
|
||||
height: 5;
|
||||
padding: 1;
|
||||
margin: 1;
|
||||
min-width: 50;
|
||||
padding: 1;
|
||||
}
|
||||
|
||||
TimeDisplay {
|
||||
|
||||
@@ -2,8 +2,8 @@ Stopwatch {
|
||||
layout: horizontal;
|
||||
background: $boost;
|
||||
height: 5;
|
||||
min-width: 50;
|
||||
margin: 1;
|
||||
min-width: 50;
|
||||
padding: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user