Skip to content

Commit d8d2b26

Browse files
Updated Minimap Spacing
1 parent e148c0b commit d8d2b26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/styles/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,9 @@ input::placeholder {
377377
cursor: pointer;
378378
z-index: 1000;
379379
opacity: 0.3;
380-
width: var(--minimap-width);
380+
width: calc(var(--minimap-width));
381381
max-width: calc(
382-
100vw - var(--logo-cell-size) * 2.4 - var(--nav-button-cell-size) * 6
382+
100vw - var(--logo-cell-size) * 2.4 - var(--nav-button-cell-size) * 6 - 6px
383383
);
384384
/* max-height: calc(var(--nav-button-cell-size) * 5); */
385385
display: flex;

0 commit comments

Comments
 (0)