🎨 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 /> <collections />
</pw-section> </pw-section>
</div> </div>
<span v-if="store.currentUser">
<input id="auth-tab" type="radio" name="side" /> <input id="auth-tab" type="radio" name="side" />
<label for="auth-tab">{{ $t("history") }}</label> <label for="auth-tab">Auth</label>
<div class="tab"> <div class="tab" v-if="store.currentUser">
<pw-section class="pink" label="Auth" ref="auth">
<inputform /> <inputform />
<ballsfeed /> <ballsfeed />
</pw-section>
</div> </div>
</span>
</section> </section>
</aside> </aside>