mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-24 16:53:17 +00:00
Update Profile.vue
This commit is contained in:
parent
08b4a934ec
commit
3f2097f4eb
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
<div class="d-block d-md-none">
|
<div class="d-block d-md-none">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-5">
|
<div class="col-5">
|
||||||
<img class="rounded-circle box-shadow" :src="profile.avatar" width="77px" height="77px">
|
<img class="rounded-circle box-shadow mr-3" :src="profile.avatar" width="77px" height="77px">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-7 pl-2">
|
<div class="col-7 pl-2">
|
||||||
<p class="font-weight-ultralight h3 mb-0">{{profile.username}}</p>
|
<p class="font-weight-ultralight h3 mb-0">{{profile.username}}</p>
|
||||||
|
|
Loading…
Reference in a new issue