improve styles for user_panel
This commit is contained in:
parent
11e6349e8d
commit
a4de299c58
2 changed files with 69 additions and 65 deletions
|
|
@ -227,10 +227,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<div
|
||||
v-if="loggedIn"
|
||||
v-if="loggedIn && isOtherUser"
|
||||
class="user-interactions"
|
||||
>
|
||||
<template v-if="isOtherUser">
|
||||
<div class="btn-group">
|
||||
<FollowButton
|
||||
:relationship="relationship"
|
||||
|
|
@ -294,7 +293,6 @@
|
|||
class="moderation-menu"
|
||||
:user="user"
|
||||
/>
|
||||
</template>
|
||||
</div>
|
||||
<div
|
||||
v-if="!loggedIn && user.is_local"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
|
||||
.user-info {
|
||||
margin: 0.6em;
|
||||
margin: 0.6em 0.6em 0;
|
||||
|
||||
.Avatar {
|
||||
width: 5em;
|
||||
|
|
@ -38,6 +38,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
.post-status-form {
|
||||
form {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.signed-in {
|
||||
z-index: 10;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue