Skip to content

Commit 45cf64c

Browse files
Fixed Border Again
1 parent e6f1e77 commit 45cf64c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

public/home.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,8 @@ function drawMinimap() {
444444
// minimapHeight - MINIMAP_BORDER_WIDTH
445445
// );
446446

447-
const innerPadding = MINIMAP_BORDER_WIDTH;
447+
// const innerPadding = MINIMAP_BORDER_WIDTH;
448+
const innerPadding = 0;
448449

449450
for (let i = 0; i < minimapPlantOffsets.length; i++) {
450451
const { username, offsetX } = minimapPlantOffsets[i];

public/styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ input::placeholder {
397397
top: 0;
398398
left: var(--minimap-viewport-left);
399399
width: var(--minimap-viewport-width);
400-
height: calc(100% - 6px);
400+
height: calc(100% - 3px);
401401

402402
outline: 3px solid #000000;
403403
}

0 commit comments

Comments
 (0)