[Enhancement] Enter to send message, add click on bubble instead of icon (#202)
This commit is contained in:
parent
63ce5607e9
commit
7e3409c3e1
11 changed files with 84 additions and 94 deletions
|
@ -1,6 +1,10 @@
|
|||
<template>
|
||||
<footer class="footer">
|
||||
<ChatInputWrap :on-send-message="onSendMessage" />
|
||||
<a class="branding" href="https://www.chatwoot.com" target="_blank">
|
||||
<img src="~widget/assets/images/logo.svg" />
|
||||
<span>We run on Chatwoot</span>
|
||||
</a>
|
||||
</footer>
|
||||
</template>
|
||||
|
||||
|
@ -30,4 +34,20 @@ export default {
|
|||
padding: $space-small;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.branding {
|
||||
align-items: center;
|
||||
color: $color-body;
|
||||
display: flex;
|
||||
font-size: $font-size-default;
|
||||
justify-content: center;
|
||||
padding: $space-one;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
|
||||
img {
|
||||
margin-right: $space-small;
|
||||
max-width: $space-two;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue