forked from AkkomaGang/akkoma-fe
Move the cog to avatar height
This commit is contained in:
parent
87b18da811
commit
ad6d0a1f0c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<div id="heading" class="profile-panel-background" :style="headingStyle">
|
||||
<div class="panel-heading text-center">
|
||||
<div class='user-info'>
|
||||
<router-link to='/user-settings' style="float: right;" v-if="!isOtherUser">
|
||||
<router-link to='/user-settings' style="float: right; margin-top:16px;" v-if="!isOtherUser">
|
||||
<i class="icon-cog usersettings"></i>
|
||||
</router-link>
|
||||
<div class='container'>
|
||||
|
|
Loading…
Reference in a new issue