From 797c43a7a02116b8122fc29a87184a347ad1fe9a Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Sat, 1 Jun 2024 16:47:39 -0400 Subject: [PATCH] [arcade] Fix shopkeeper positions --- public/arcade/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/arcade/style.css b/public/arcade/style.css index 7c281ba0..5cd9cbf2 100644 --- a/public/arcade/style.css +++ b/public/arcade/style.css @@ -316,6 +316,16 @@ a:hover { animation: idle 2s infinite alternate; filter: contrast(60%); } +#shopkeeper-left { + position: absolute; + left: -10px; + bottom: 0; +} +#shopkeeper-right { + position: absolute; + right: -10px; + bottom: 0; +} .shopkeeper.talking { filter: drop-shadow(0px 0px 10px #FC867D);