✨ (chilled) add loader when loading music
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
<img src="@/assets/logo.svg" alt="binôme" />
|
||||
<img class="logo" src="@/assets/logo.svg" alt="binôme" />
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
@@ -11,11 +11,12 @@
|
||||
#app {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
svg {
|
||||
margin: 0.1rem;
|
||||
img.logo {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user