v1.0.5 - Fix version history panel alignment

This commit is contained in:
Yuri Karamian
2026-02-10 22:37:39 +01:00
parent f6eff80e43
commit d695931502
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -2574,6 +2574,7 @@
</button>
</div>
{/if}
<div class="editor-body-row">
<div class="editor-body">
{#if $sourceMode}
<textarea
@@ -2643,6 +2644,7 @@
{/if}
</div>
{/if}
</div>
</div>
{#if editorReady && !$sourceMode}
@@ -3827,6 +3829,14 @@
background: rgba(255, 150, 0, 0.6);
}
.editor-body-row {
flex: 1;
display: flex;
flex-direction: row;
overflow: hidden;
min-height: 0;
}
.editor-body {
flex: 1;
overflow-y: auto;