New header/footer layout and styles. Use cursorTooltip in more places, make it prettier. Fix tooltip still sometimes activating with touch (now only with mouse).

This commit is contained in:
Leo Vasanko
2026-02-01 05:22:48 +00:00
parent 6264f9624f
commit 098febec99
10 changed files with 172 additions and 132 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<SvgButton name="download" data-tooltip="Download" @click="download" />
<SvgButton name="download" tooltip="Download" @click="download" />
</template>
<script setup lang="ts">