Skip to content

Commit

Permalink
Tiny updates
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Sep 29, 2023
1 parent 1e67c10 commit 430bd9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ window.addEventListener('drop', async e => {
{{ title }}
</template>
<template #right>
<button class="zoom" @click="resetZoom">
<button class="zoom" @click="performAction('reset-zoom')">
{{ (zoom * 100).toFixed(0) + '%' }}
</button>
</template>
Expand Down Expand Up @@ -439,8 +439,8 @@ window.addEventListener('drop', async e => {
.canvas-grid
// draws dotted grid
--axis-color var(--tq-color-text)
background-image radial-gradient(circle at 0 0, var(--tq-color-text) 1px, transparent 0), linear-gradient(to bottom, var(--axis-color) 1px, transparent 0), linear-gradient(to right, var(--axis-color) 1px, transparent 0)
--axis-color var(--tq-color-pane-border)
background-image radial-gradient(circle at 0 0, var(--dot-color) 1px, transparent 0), linear-gradient(to bottom, var(--axis-color) 1px, transparent 0), linear-gradient(to right, var(--axis-color) 1px, transparent 0)
background-repeat repeat, repeat-x, repeat-y
.inspector-tab
Expand Down

0 comments on commit 430bd9f

Please sign in to comment.