better on new version popup
This commit is contained in:
@@ -34,7 +34,7 @@ const reload = () => {
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<button v-if="needRefresh" class="button is-primary" @click="reload">
|
||||
<LiteLoading v-if="isLoading" />
|
||||
<LiteLoading v-if="isLoading" light />
|
||||
<span v-else>Reload</span>
|
||||
</button>
|
||||
<button class="button" @click="close">Close</button>
|
||||
@@ -55,4 +55,8 @@ const reload = () => {
|
||||
border-radius: 4px;
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
button {
|
||||
flex: 1;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user