Skip to content

Commit

Permalink
chore: add select none to summary info
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 25, 2024
1 parent 3744050 commit 5375e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/pages/overview.vue
Expand Up @@ -184,13 +184,13 @@ onMounted(() => {
/>
<div
v-if="wordCounts[idx] > 0"
class="absolute bottom-0 right-0 bg-main rounded-tl p2 op35 text-xs"
class="select-none absolute bottom-0 right-0 bg-main rounded-tl p2 op35 text-xs"
>
{{ wordCounts[idx] }} words
</div>
</div>
</main>
<div class="absolute top-0 right-0 px3 py1.5 border-b border-l rounded-lb bg-main border-main">
<div class="absolute top-0 right-0 px3 py1.5 border-b border-l rounded-lb bg-main border-main select-none">
<div class="text-xs op50">
{{ rawRoutes.length }} slides ·
{{ totalClicks + rawRoutes.length - 1 }} clicks ·
Expand Down

0 comments on commit 5375e71

Please sign in to comment.