kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(front): service messages
rodzic
4d31386944
commit
b7a1efb08c
front/src/components
common
|
@ -40,7 +40,7 @@ onMounted(() => {
|
|||
<Alert
|
||||
v-if="isVisible"
|
||||
role="alert"
|
||||
:color="messageColor"
|
||||
:[messageColor]="true"
|
||||
class="is-notification"
|
||||
>
|
||||
{{ message.content }}
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
z-index: 1000;
|
||||
min-width: 200px;
|
||||
max-width: 400px;
|
||||
background-color: var(--background-color);
|
||||
|
||||
&.fade-enter-active,
|
||||
&.fade-leave-active {
|
||||
|
|
Ładowanie…
Reference in New Issue