mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Merge pull request #361 from EmperorJon/30_Nov._New_nanoUI_map
Fixes the map for NanoUI.
This commit is contained in:
@@ -71,8 +71,8 @@ body {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin: -512px 0 0 -512px;
|
||||
width: 256px;
|
||||
height: 256px;
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
overflow: hidden;
|
||||
zoom: 4;
|
||||
}
|
||||
@@ -81,16 +81,16 @@ body {
|
||||
position: absolute;
|
||||
bottom: 1px;
|
||||
left: 1px;
|
||||
width: 256px;
|
||||
height: 256px;
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
#uiMapContent {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
width: 256px;
|
||||
height: 256px;
|
||||
width: 300px;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
#uiMapFooter {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 425 KiB After Width: | Height: | Size: 760 KiB |
Reference in New Issue
Block a user