- commit
- 07d350347068f1c9456ce7f362e25a2714f9d53a
- parent
- 0682928e0d49bb7b968067d774445ce28afd70fc
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-09-01 06:38
limit video to smallest viewport
Diffstat
M | static/style.css | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
@@ -110,7 +110,7 @@ header { 110 110 video { 111 111 inline-size: 100%; 112 112 block-size: auto;113 -1 max-block-size: calc(100vb - 3.2em - 3px);-1 113 max-block-size: calc(100svb - 3.2em - 3px); 114 114 object-fit: contain; 115 115 background-color: var(--bg-intense); 116 116 }