소스 검색

Switch to making the image a block element to fix the weird behavior

tags/v0.1.0
Fen Dweller 5 년 전
부모
커밋
469a16c2ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      macrovision.css

+ 1
- 1
macrovision.css 파일 보기

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

.entity-image {
display: block;
height: 100%;
pointer-events: auto;
-webkit-user-drag: none;


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