mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-03 15:20:09 -05:00
[web] Remove the shadow around the modal dialogue
This commit is contained in:
parent
35ac036d92
commit
d09cdfe582
@ -3,7 +3,7 @@
|
||||
<div v-if="show" class="modal is-active">
|
||||
<div class="modal-background" @click="$emit('close')" />
|
||||
<div class="modal-content">
|
||||
<div class="card">
|
||||
<div class="card is-shadowless">
|
||||
<div class="card-content">
|
||||
<p v-if="title" class="title is-4" v-text="title" />
|
||||
<slot name="content" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user