diff --git a/macrovision.css b/macrovision.css index 0cea0570..9b89b4ad 100644 --- a/macrovision.css +++ b/macrovision.css @@ -49,6 +49,10 @@ body { filter: brightness(var(--brightness)); } +.entity-image.flipped { + transform: translate(-50%, var(--offset)) scale(-1, 1); +} + .entity-name { display: none; position: absolute; @@ -1028,4 +1032,5 @@ button { left: 0%; z-index: 1; user-select: none; -} \ No newline at end of file +} + diff --git a/macrovision.html b/macrovision.html index a742c19e..0c1e3b9c 100644 --- a/macrovision.html +++ b/macrovision.html @@ -210,6 +210,9 @@
+