feat: Add a pre-chat form on widget (#1769)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user