This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
vdd
/
nitter
kopia lustrzana
https://github.com/zedeus/nitter
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Fix quote video size
Zed
5 lat temu
rodzic
6f78781d1c
commit
104dc95bd7
1 zmienionych plików
z
2 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
2
0
src/sass/tweet/quote.scss
+ 2
- 0
src/sass/tweet/quote.scss
Wyświetl plik
@@ -79,6 +79,8 @@
video {
height: unset;
width: unset;
+ max-height: 100%;
+ max-width: 100%;
}
}