소스 검색

:paint: Keep pixel art aspect

DricomDragon 2 달 전
부모
커밋
8018360c44
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      dev-front/src/App.css

+ 5 - 0
dev-front/src/App.css

@@ -12,6 +12,11 @@ label {
 
 img {
     width: 80%;
+
+    /* For pixel art */
+    image-rendering: pixelated;
+    image-rendering: -moz-crisp-edges;
+    image-rendering: crisp-edges;
 }
 
 .app {