feat: more original cards, fix heron 15, settings img
This commit is contained in:
@@ -7,7 +7,7 @@ const displayOptions = ref(false)
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div :class="`card_overlay`" ref="card">
|
<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>
|
</div>
|
||||||
<OptionsDialog :isVisible="displayOptions" @close="displayOptions = false" />
|
<OptionsDialog :isVisible="displayOptions" @close="displayOptions = false" />
|
||||||
</template>
|
</template>
|
||||||
@@ -25,5 +25,7 @@ const displayOptions = ref(false)
|
|||||||
|
|
||||||
.settings_button {
|
.settings_button {
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
|
width: 30px;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
</style>
|
</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