This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
sdl
/
SDL
réplica de
https://github.com/libsdl-org/SDL.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
examples: fix canvas size for small screens
Nicolas Allemand
hai 9 meses
pai
d1b8fcd692
achega
1a5b0796b4
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
examples/template.html
+ 1
- 0
examples/template.html
Ver ficheiro
@@ -48,6 +48,7 @@
}
#canvas {
+ max-width: 100%;
box-shadow: 0 0 0.5rem #7787;
}