From 96692454a0692166971072da357e6ae077844bfe Mon Sep 17 00:00:00 2001 From: shpuld Date: Sat, 14 Apr 2018 10:19:09 +0300 Subject: change external link icon, move chat from side panel to floating, hide own bio, prevent body/app from scrolling horizontally. --- src/components/user_card_content/user_card_content.js | 2 +- src/components/user_card_content/user_card_content.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/user_card_content') diff --git a/src/components/user_card_content/user_card_content.js b/src/components/user_card_content/user_card_content.js index 2e448f1c..1e8c91de 100644 --- a/src/components/user_card_content/user_card_content.js +++ b/src/components/user_card_content/user_card_content.js @@ -2,7 +2,7 @@ import StillImage from '../still-image/still-image.vue' import { hex2rgb } from '../../services/color_convert/color_convert.js' export default { - props: [ 'user', 'switcher' ], + props: [ 'user', 'switcher', 'hideBio' ], computed: { headingStyle () { const color = this.$store.state.config.colors.bg 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 @@ - +
@@ -90,7 +90,7 @@ {{user.followers_count}}
-

{{user.description}}

+

{{user.description}}

-- cgit v1.2.3-70-g09d2