From df1eb246d659d57b2d37772e9ba021fcb24e28f6 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 12 Mar 2020 14:45:01 +0000 Subject: [PATCH] Adjusted default positions to exclude hard coded safezone --- nui/radar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nui/radar.css b/nui/radar.css index b2520e1..360d1ae 100644 --- a/nui/radar.css +++ b/nui/radar.css @@ -86,8 +86,8 @@ button:focus { outline: none; } position: absolute; margin: auto; - top: calc( ( 100% - 10px ) - 230px ); - left: calc( ( 100% - 10px ) - 715px ); + top: calc( 100% - 230px ); + left: calc( 100% - 715px ); background-image: url( "images/frame.png" ); @@ -636,7 +636,7 @@ button:focus { outline: none; } margin: auto; top: calc( 50% - ( 200px / 2 ) ); - left: calc( 50% - ( 500px / 2 ) ); + left: calc( 100% - 500px ); background-image: url( "images/pr_frame.png" );