change external link icon, move chat from side panel to floating, hide own bio, prevent body/app from scrolling horizontally.
This commit is contained in:
parent
1db9b1e1ad
commit
96692454a0
19 changed files with 160 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue