Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
chemicalcrux
/
macrovision
Observar
1
Favorito
0
Fork
0
Código
Issues
5
Pull requests
0
Versões
10
Wiki
Atividade
Ver código fonte
Switch to making the image a block element to fix the weird behavior
tags/v0.1.0
Fen Dweller
5 anos atrás
pai
453c266e10
commit
469a16c2ee
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
macrovision.css
+ 1
- 1
macrovision.css
Ver arquivo
@@ -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;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar