This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
sdl
/
SDL
kopia lustrzana
https://github.com/libsdl-org/SDL.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
examples: fix canvas size for small screens
Nicolas Allemand
9 miesięcy temu
rodzic
d1b8fcd692
commit
1a5b0796b4
1 zmienionych plików
z
1 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
1
0
examples/template.html
+ 1
- 0
examples/template.html
Wyświetl plik
@@ -48,6 +48,7 @@
}
#canvas {
+ max-width: 100%;
box-shadow: 0 0 0.5rem #7787;
}