mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
words and tables
This commit is contained in:
@@ -16,11 +16,11 @@ The `border` rule enables the drawing of a box around a widget. A border is set
|
||||
| `"outer"` | Think solid border with additional space around content |
|
||||
| `"round"` | Rounded corners |
|
||||
| `"solid"` | Solid border |
|
||||
| `"tall"` | A solid border with extras space top and bottom |
|
||||
| `"tall"` | Solid border with extras space top and bottom |
|
||||
| `"vkey"` | Vertical key-line border |
|
||||
| `"wide"` | A solid border with additional space left and right |
|
||||
| `"wide"` | Solid border with additional space left and right |
|
||||
|
||||
For examples `heavy white` would display a heavy white line around a widget.
|
||||
For example `heavy white` would display a heavy white line around a widget.
|
||||
|
||||
Borders may also be set individually for the four edges of a widget with the `border-top`, `border-right`, `border-bottom` and `border-left` rules.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user