This website works better with JavaScript
Home
Explore
Help
Sign In
vdd
/
nitter
mirror of
https://github.com/zedeus/nitter
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix quote video size
Zed
5 years ago
parent
6f78781d1c
commit
104dc95bd7
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
src/sass/tweet/quote.scss
+ 2
- 0
src/sass/tweet/quote.scss
View File
@@ -79,6 +79,8 @@
video {
height: unset;
width: unset;
+ max-height: 100%;
+ max-width: 100%;
}
}