mirror of
https://github.com/romancm/gamebrary
synced 2024-11-23 19:53:14 +00:00
hide space used bar
This commit is contained in:
parent
ae013480eb
commit
fd68fdd640
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
<page-title
|
||||
title="Wallpapers"
|
||||
>
|
||||
<div class="space-used ml-auto mr-3">
|
||||
<!-- <div class="space-used ml-auto mr-3">
|
||||
<small
|
||||
class="d-block text-center"
|
||||
:class="{ 'text-danger': outOfSpace }"
|
||||
|
@ -25,7 +25,7 @@
|
|||
:max="maxSpace"
|
||||
:variant="outOfSpace ? 'danger' : 'success'"
|
||||
/>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<b-button
|
||||
:disabled="outOfSpace"
|
||||
|
|
Loading…
Reference in a new issue