Make the editor pane resizable.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3700 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2021-12-22 15:05:08 +00:00
parent f760d48368
commit d4f7fdfc40
5 changed files with 10 additions and 1 deletions

View File

@ -42,10 +42,11 @@
</div>
</div>
</div>
<div class="vbox" style="flex: 1 0 50%; overflow: auto">
<div id="viewPane" class="vbox" style="flex: 1 0 50%; overflow: auto">
<iframe id="document" sandbox="allow-forms allow-scripts allow-top-navigation allow-modals" style="width: 100%; height: 100%; border: 0"></iframe>
</div>
</div>
<script src="/static/split.min.js"></script>
<script src="/static/client.js"></script>
</body>
</html>