mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-28 07:56:37 +01:00
chore: fixes alpha on background
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<mdi:chevron-left class="swap-off" />
|
||||
</label>
|
||||
</div>
|
||||
<dialog ref="modal" class="modal items-start bg-white/30 backdrop-blur-xs transition-none!" @close="open = false">
|
||||
<dialog ref="modal" class="modal items-start bg-white/15 backdrop-blur-xs transition-none!" @close="open = false">
|
||||
<div class="modal-box max-w-2xl bg-transparent pt-20 shadow-none">
|
||||
<FuzzySearchModal @close="open = false" v-if="open" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user