mirror of
https://github.com/romancm/gamebrary
synced 2025-02-25 19:27: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
|
<page-title
|
||||||
title="Wallpapers"
|
title="Wallpapers"
|
||||||
>
|
>
|
||||||
<div class="space-used ml-auto mr-3">
|
<!-- <div class="space-used ml-auto mr-3">
|
||||||
<small
|
<small
|
||||||
class="d-block text-center"
|
class="d-block text-center"
|
||||||
:class="{ 'text-danger': outOfSpace }"
|
:class="{ 'text-danger': outOfSpace }"
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
:max="maxSpace"
|
:max="maxSpace"
|
||||||
:variant="outOfSpace ? 'danger' : 'success'"
|
:variant="outOfSpace ? 'danger' : 'success'"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
<b-button
|
<b-button
|
||||||
:disabled="outOfSpace"
|
:disabled="outOfSpace"
|
||||||
|
|
Loading…
Add table
Reference in a new issue