From b6e7c3603ca6ba86372d9bed544bf53bcd987b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kaan=20Uzdo=C4=9Fan?= Date: Tue, 14 May 2024 12:53:38 +0200 Subject: [PATCH] Fix helpdesk location on the venue plan --- src/pages/hacker-manual.jsx | 2 +- src/styles/rooms/groundFloor.css | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/pages/hacker-manual.jsx b/src/pages/hacker-manual.jsx index 1995bd15..7692f7f2 100644 --- a/src/pages/hacker-manual.jsx +++ b/src/pages/hacker-manual.jsx @@ -558,7 +558,7 @@ const Hack = () => { handleCloseModal={handleCloseModal} activeMapName={"Ground Floor (#0)"} activeMap={groundFloor} // only ground floor - activeRoomClass={"yard0"} + activeRoomClass={"nodeCafe"} />
diff --git a/src/styles/rooms/groundFloor.css b/src/styles/rooms/groundFloor.css index c5bb99f2..b975441a 100644 --- a/src/styles/rooms/groundFloor.css +++ b/src/styles/rooms/groundFloor.css @@ -29,6 +29,18 @@ ); } +.nodeCafe { + top: 0; + left: 0; + position: absolute; + opacity: 0.9; + width: 100%; + height: 100%; + background-color: black; + animation: blinker 1s linear infinite; + clip-path: polygon(86.5% 10%, 96% 5%, 99.5% 58%, 89% 58%); +} + .yard1 { top: 0; left: 0;