feat: more original cards, fix heron 15, settings img

This commit is contained in:
2024-05-21 21:08:13 +02:00
parent 125bb0e894
commit 06ac020723
7 changed files with 17 additions and 3 deletions
+3 -1
View File
@@ -7,7 +7,7 @@ const displayOptions = ref(false)
<template>
<div :class="`card_overlay`" ref="card">
<button class="settings_button" @click="displayOptions = true">bite</button>
<img class="settings_button" src="/settings.png" alt="settings" @click="displayOptions = true"/>
</div>
<OptionsDialog :isVisible="displayOptions" @close="displayOptions = false" />
</template>
@@ -25,5 +25,7 @@ const displayOptions = ref(false)
.settings_button {
pointer-events: all;
width: 30px;
padding: 5px;
}
</style>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 130 B

BIN
View File
Binary file not shown.