1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-01-31 07:42:51 -05:00

Fix quote video size

This commit is contained in:
Zed
2020-11-08 04:30:38 +01:00
parent 6f78781d1c
commit 104dc95bd7

View File

@@ -79,6 +79,8 @@
video { video {
height: unset; height: unset;
width: unset; width: unset;
max-height: 100%;
max-width: 100%;
} }
} }