🎨 Minor UI stylings

This commit is contained in:
Liyas Thomas
2020-01-21 01:10:04 +05:30
parent 4931804056
commit f89f27698e

View File

@@ -846,14 +846,14 @@
<collections />
</pw-section>
</div>
<span v-if="store.currentUser">
<input id="auth-tab" type="radio" name="side" />
<label for="auth-tab">{{ $t("history") }}</label>
<div class="tab">
<input id="auth-tab" type="radio" name="side" />
<label for="auth-tab">Auth</label>
<div class="tab" v-if="store.currentUser">
<pw-section class="pink" label="Auth" ref="auth">
<inputform />
<ballsfeed />
</div>
</span>
</pw-section>
</div>
</section>
</aside>