🎨 Minor UI stylings
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user