minor v1.5.0 #92

Merged
jkeffects merged 31 commits from develop into main 2025-05-06 07:52:23 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 625a2df308 - Show all commits

View file

@ -6,12 +6,12 @@
<SuccessCheckmark v-else-if="status == 'success'" /> <SuccessCheckmark v-else-if="status == 'success'" />
<FailureXMark v-else-if="status == 'failed'" /> <FailureXMark v-else-if="status == 'failed'" />
<div v-else-if="enableEdit" class="flex flex-row gap-2"> <div v-else-if="enableEdit" class="flex flex-row gap-2">
<button type="submit" class="!w-fit !h-fit !p-0"> <button type="submit" class="w-fit! h-fit! p-0!">
<CheckIcon class="h-5 w-5 cursor-pointer" /> <CheckIcon class="h-5 w-5 cursor-pointer" />
</button> </button>
<button <button
type="reset" type="reset"
class="!w-fit !h-fit !p-0" class="w-fit! h-fit! p-0!"
@click=" @click="
enableEdit = false; enableEdit = false;
$emit('reset'); $emit('reset');

View file

@ -31,6 +31,8 @@
} }
} }
@custom-variant hover (&:hover);
/* ===== Scrollbar CSS ===== */ /* ===== Scrollbar CSS ===== */
/* Firefox */ /* Firefox */
* { * {