feat: Add a pre-chat form on widget (#1769)

This commit is contained in:
Pranav Raj S
2021-02-16 00:14:13 +05:30
committed by GitHub
parent 5f2bf7dfd2
commit 037ffc7419
31 changed files with 604 additions and 200 deletions

View File

@@ -1,5 +1,5 @@
<template>
<header class="header-expanded py-8 px-6 bg-white relative box-border w-full">
<header class="header-expanded bg-white py-8 px-6 relative box-border w-full">
<div class="flex justify-between items-start">
<img v-if="avatarUrl" class="logo" :src="avatarUrl" />
<header-actions :show-popout-button="showPopoutButton" />
@@ -50,8 +50,6 @@ export default {
@import '~widget/assets/scss/mixins.scss';
.header-expanded {
@include shadow-large;
.logo {
width: 56px;
height: 56px;