diff options
| author | shpuld <shp@cock.li> | 2018-04-14 10:19:09 +0300 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2018-04-14 10:19:09 +0300 |
| commit | 96692454a0692166971072da357e6ae077844bfe (patch) | |
| tree | 80b3031876365de76567b0e9303fa7abaa64a4bf /src/components/user_card_content/user_card_content.vue | |
| parent | 1db9b1e1ad52f9f80305fcb71a306b3beb28a96a (diff) | |
change external link icon, move chat from side panel to floating, hide own bio, prevent body/app from scrolling horizontally.
Diffstat (limited to 'src/components/user_card_content/user_card_content.vue')
| -rw-r--r-- | src/components/user_card_content/user_card_content.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue index 627a0976..5859a772 100644 --- a/src/components/user_card_content/user_card_content.vue +++ b/src/components/user_card_content/user_card_content.vue @@ -6,7 +6,7 @@ <i class="icon-cog usersettings"></i> </router-link> <a :href="user.statusnet_profile_url" target="_blank" style="float: right; margin-top:16px;" v-if="isOtherUser"> - <i class="icon-binoculars usersettings"></i> + <i class="icon-link-ext usersettings"></i> </a> <div class='container'> <router-link :to="{ name: 'user-profile', params: { id: user.id } }"> @@ -90,7 +90,7 @@ <span>{{user.followers_count}}</span> </div> </div> - <p>{{user.description}}</p> + <p v-if="!hideBio">{{user.description}}</p> </div> </div> </template> |
