1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 14:31:44 +01:00

chore: uses size-x instead of w-x h-x (#2615)

This commit is contained in:
Amir Raminfar
2023-12-20 11:56:48 -08:00
committed by GitHub
parent f46900ec28
commit 3a214590be
11 changed files with 23 additions and 23 deletions

View File

@@ -9,7 +9,7 @@
<div class="ml-auto flex items-center gap-2">
<a class="btn btn-circle flex" @click="$emit('search')" :title="$t('tooltip.search')">
<mdi:magnify class="h-5 w-5" />
<mdi:magnify class="size-5" />
</a>
<label class="btn btn-circle swap swap-rotate" data-testid="hamburger">
<input type="checkbox" v-model="show" />