From 167e35ae3371617bc57e5426ce4e3941c135780b Mon Sep 17 00:00:00 2001 From: sthag Date: Sun, 5 Apr 2026 12:17:17 +0200 Subject: [PATCH] fix: Duplicate styles --- source/style/modules/game/_tfw.scss | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/source/style/modules/game/_tfw.scss b/source/style/modules/game/_tfw.scss index 289d22b..188660e 100644 --- a/source/style/modules/game/_tfw.scss +++ b/source/style/modules/game/_tfw.scss @@ -44,13 +44,13 @@ position: relative; overflow: hidden; - *:not(canvas) { + *:not(canvas, img) { z-index: map.get(hippie.$z-indexes, "content-bottom"); position: relative; color: white; } - canvas { + canvas, img { z-index: map.get(hippie.$z-indexes, "default"); position: absolute; top: 0; @@ -133,7 +133,6 @@ } td { - position: relative; height: 4em; vertical-align: top; @@ -143,15 +142,6 @@ color: white; } - canvas { - z-index: map.get(hippie.$z-indexes, "default"); - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - } - &:last-child { text-align: center; vertical-align: middle;