Skip to content

Commit

Permalink
Fixed background color and size
Browse files Browse the repository at this point in the history
  • Loading branch information
frievoe97 committed Jan 4, 2022
1 parent 4cbe701 commit c427437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified src/assets/images/sw_north_arrow_dm.png
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/components/ZoomButtons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
img.img-button(v-if="globalState.isDarkMode" @click="setNorth()"
:title="$t('center')"
src="@/assets/images/sw_north_arrow_dm.png"
:style="{transform: `rotate(${arrowRotation}deg)`, background: `rgb(43,60,78)`}"
:style="{transform: `rotate(${arrowRotation}deg)`, background: `rgb(43,60,78)`, height: '21px'}"
)
.button-single.button-bottom(v-if="!globalState.isDarkMode" :style="{border: '1px solid rgb(224,224,224)'}")
img.img-button(@click="setNorth()"
:title="$t('center')"
src="@/assets/images/sw_north_arrow.png"
:style="{transform: `rotate(${arrowRotation}deg)`}"
:style="{transform: `rotate(${arrowRotation}deg)`, height: '21px'}"
)


Expand Down

0 comments on commit c427437

Please sign in to comment.