fix quill import

This commit is contained in:
Anton Bracke 2022-02-13 20:20:38 +01:00
parent 948a674bb2
commit aef64afdb9
No known key found for this signature in database
GPG Key ID: B1222603899C6B25
2 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,3 @@
<section class="section-input-send-text">
<div class="input-send-text" bind:this={QUILL_EDITOR} />
</section>
<style lang="scss">
@import "~quill/dist/quill.snow.css";
</style>

View File

@ -1,4 +1,8 @@
//TextGlobalMessage
// TODO: load on demand with TextGlobalMessage component
@import "quill/dist/quill.snow.css";
section.section-input-send-text {
--height-toolbar: 20%;
height: 100%;