New room list and chat header design

This commit is contained in:
N Pex 2023-03-03 14:43:53 +00:00
parent 7396fbc959
commit baf0120eee
23 changed files with 651 additions and 287 deletions

View file

@ -24,6 +24,7 @@
color="black"
@click.stop="onBackgroundClick"
class="bottom-sheet-close"
v-if="showCloseButton"
>
<v-icon color="white" >cancel</v-icon>
</v-btn>
@ -40,6 +41,10 @@ import Hammer from "hammerjs";
export default {
props: {
showCloseButton: {
type: Boolean,
default: true,
},
openY: {
type: Number,
default: 0.1,