소스 검색

i hate firefox devtools sometimes

lolcat 2 년 전
부모
커밋
ba7ed59dc5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      static/style.css

+ 2 - 1
static/style.css

@@ -566,7 +566,8 @@ h3,h4,h5,h6{
 }
 
 .thumb-wrap .thumb{
-	object-fit:fill;
+	display:block;
+	object-fit:contain;
 	width:100%;
 	height:100%;
 }