Skip to content

Commit

Permalink
Fixing minimap size
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 584625395
  • Loading branch information
Googler authored and copybara-github committed Dec 4, 2023
1 parent 582acdf commit a9a8fa7
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/app/minimap/minimap.ng.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div
class="minimap fade-in"
[style.minWidth.px]="width"
[style.minHeight.px]="height + 2"
[style.width.px]="width"
[style.height.px]="height"
role="application"
aria-label="DAG Minimap"
i18n-aria-label="Area where DAG preview is shown and you can zoom or pan the graph"
Expand Down
2 changes: 1 addition & 1 deletion src/app/minimap/minimap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
rgba(#000, 0.05) 4px
)
white;
border: 1px solid $minimap-primary-color;
outline: 1px solid $minimap-primary-color;
border-radius: 4px;
overflow: hidden;
position: relative;
Expand Down

0 comments on commit a9a8fa7

Please sign in to comment.