From a01cd4fdff56ee9ddbb4748448eaecafcd23d515 Mon Sep 17 00:00:00 2001 From: Dzejkobik007 Date: Wed, 2 Nov 2022 12:54:04 +0100 Subject: [PATCH] some fixes --- wap/raycast/src/index.html | 39 +++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/wap/raycast/src/index.html b/wap/raycast/src/index.html index 31a55dd..ca291e7 100644 --- a/wap/raycast/src/index.html +++ b/wap/raycast/src/index.html @@ -114,10 +114,12 @@ .notopborder { border-top: none; + } .nobottomborder { border-bottom: none; + } .noleftborder { @@ -168,6 +170,7 @@ .wall { background-color: #4f4f4f; + transform: scale(1.1); } .observer { @@ -220,6 +223,7 @@