Unhide completions, strengthen shadows a bit, force the 0.1 shade to always span the full height, make usercard use correct borders.

This commit is contained in:
shpuld 2017-11-20 13:03:02 +02:00
parent 092848b32b
commit 95cbd19254
4 changed files with 12 additions and 19 deletions

View file

@ -1,12 +1,9 @@
<template>
<div class="user-panel">
<div v-if='user' class="panel panel-default">
<div v-if='user' class="panel panel-default" style="overflow: visible;">
<user-card-content :user="user" :switcher="false"></user-card-content>
<div class="panel-footer base00-background">
<post-status-form v-if='user'></post-status-form>
</div>
</div>
<login-form v-if='!user'></login-form>