Merge branch 'main' into walk-factor

This commit is contained in:
Will McGugan
2022-11-11 18:23:45 +00:00
committed by GitHub
12 changed files with 202 additions and 79 deletions

View File

@@ -46,6 +46,6 @@ width: auto
```python
self.styles.height = 10
self.styles.height = "50%
self.styles.height = "50%"
self.styles.height = "auto"
```