Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
chemicalcrux
/
macrovision
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
5
Pull-pyynnöt
0
Julkaisut
10
Wiki
Activity
Selaa lähdekoodia
Switch to making the image a block element to fix the weird behavior
tags/v0.1.0
Fen Dweller
5 vuotta sitten
vanhempi
453c266e10
commit
469a16c2ee
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
macrovision.css
+ 1
- 1
macrovision.css
Näytä tiedosto
@@ -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;
Write
Preview
Loading…
Peruuta
Tallenna