feat: more original cards, fix heron 15, settings img
This commit is contained in:
@@ -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>
|
||||
BIN
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
Binary file not shown.
Reference in New Issue
Block a user