diff options
| author | Morgana <Morgana@icolotl.com> | 2026-09-16 11:14:33 -0500 |
|---|---|---|
| committer | Morgana <Morgana@icolotl.com> | 2026-09-16 11:14:33 -0500 |
| commit | 971a7225d784a624b4ceb56b9e367d6f33625482 (patch) | |
| tree | cd652946d3f76452aeda1546921f4c5f79b93e20 /static/style | |
| parent | 2c76015a7a3f3a08ba205b04729f29df9fb7389f (diff) | |
Deployment fixes
Diffstat (limited to 'static/style')
| -rw-r--r-- | static/style/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/style/style.css b/static/style/style.css index e6a7e23..63929df 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -23,7 +23,8 @@ body { flex-direction: column; height: 100%; margin: 0; - padding: 0; + padding: 0.5em; + box-sizing: border-box; } input, @@ -52,7 +53,7 @@ audio { overflow: auto; flex-grow: 1; flex-shrink: 1; - padding: 0.5em; + padding: 0; >div { white-space: pre-wrap; |
