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:
parent
092848b32b
commit
95cbd19254
4 changed files with 12 additions and 19 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue