Stylized new editor (#238)

Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #238
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
This commit is contained in:
2023-06-30 11:56:01 +02:00
parent e5844a913f
commit 99ea6367e8
11 changed files with 28 additions and 28 deletions

View File

@@ -55,10 +55,10 @@ import {html} from '@codemirror/lang-html'
</script>
<template>
<div class="editor h-full overflow-scroll">
<div class="editor w-full max-w-full h-full overflow-scroll">
<codemirror
style="height: 100%; padding:0.5rem ; border-radius: 0.5rem"
style="height: 100%; width: 100%; padding:1rem ; border-radius: 1rem; font-size: large;"
:model-value="code"
@update:model-value="dataUpdated"
:extensions="extensions"