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.js | |
| 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.js')
| -rw-r--r-- | src/components/user_card_content/user_card_content.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
