1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-04-01 22:34:49 +03:00

fix: margin when freespace card is disabled

This commit is contained in:
Daan Wijns 2021-02-15 08:44:06 +01:00
parent a81b1ea2e8
commit 6be41e33cf
2 changed files with 3 additions and 3 deletions
src/components/Navbar

View file

@ -1,5 +1,5 @@
<template> <template>
<div v-if="space" class="mt-3 mb-4"> <div v-if="space" class="mb-4">
<StorageCard <StorageCard
v-if="space" v-if="space"
class="mt-8" class="mt-8"

View file

@ -1,5 +1,5 @@
<template> <template>
<div v-if="status" class="mt-3"> <div v-if="status" class="mt-3 mb-3">
<label class="text-uppercase white--text caption font-weight-medium ml-4"> <label class="text-uppercase white--text caption font-weight-medium ml-4">
Session Stats Session Stats
</label> </label>