hide space used bar

This commit is contained in:
Gamebrary 2021-05-13 22:09:06 -07:00
parent ae013480eb
commit fd68fdd640

View file

@ -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"