This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
vdd
/
nitter
mirror of
https://github.com/zedeus/nitter
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Fix quote video size
Zed
5 năm trước cách đây
mục cha
6f78781d1c
commit
104dc95bd7
1 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
2
0
src/sass/tweet/quote.scss
+ 2
- 0
src/sass/tweet/quote.scss
Xem Tập Tin
@@ -79,6 +79,8 @@
video {
height: unset;
width: unset;
+ max-height: 100%;
+ max-width: 100%;
}
}