diff --git a/macrovision.css b/macrovision.css index 17db4c3a..8fb0d77d 100644 --- a/macrovision.css +++ b/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;