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