소스 검색

Fix small things moving down a small amount

The font-size of the div containing each image was causing the images to start shifting
downward when their height dropped below the font-size.
tags/v0.1.0
Fen Dweller 5 년 전
부모
커밋
098f01ea63
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      macrovision.css

+ 1
- 0
macrovision.css 파일 보기

@@ -24,6 +24,7 @@ body {
.entity-box { .entity-box {
position: absolute; position: absolute;
--height: 100px; --height: 100px;
font-size: 0pt;
max-height: var(--height); max-height: var(--height);
height: var(--height); height: var(--height);
text-align: center; text-align: center;


불러오는 중...
취소
저장