This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
vdd
/
nitter
espejo de
https://github.com/zedeus/nitter
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Fix quote video size
Zed
hace 5 años
padre
6f78781d1c
commit
104dc95bd7
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
src/sass/tweet/quote.scss
+ 2
- 0
src/sass/tweet/quote.scss
Ver fichero
@@ -79,6 +79,8 @@
video {
height: unset;
width: unset;
+ max-height: 100%;
+ max-width: 100%;
}
}