mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 00:16:27 +02:00
Adjusted default positions to exclude hard coded safezone
This commit is contained in:
@@ -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" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user