1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-08 04:55:37 -05:00

Better video/gif support

This commit is contained in:
Zed
2019-06-24 05:14:14 +02:00
parent 8f7c61eab6
commit 861ac7a593
7 changed files with 151 additions and 39 deletions

View File

@@ -593,3 +593,8 @@ nav {
top: calc(50% - 20px);
font-size: 20px;
}
video {
height: 100%;
width: 100%;
}