Fix titlebar CSS issue

Issue #93
This commit is contained in:
N-Pex 2021-03-18 11:30:30 +01:00
parent cd29f8d681
commit 1de3d2c954
3 changed files with 4 additions and 13 deletions

View file

@ -1,7 +1,7 @@
<template>
<div class="chat-root fill-height d-flex flex-column" ma-0 pa-0>
<ChatHeader
class="chat-header flex-grow-1 flex-shrink-1"
class="chat-header flex-grow-0 flex-shrink-0"
v-on:header-click="$refs.roomInfoSheet.open()"
/>
<div