This commit is contained in:
Sidharth Vinod
2021-05-17 09:15:27 +05:30
parent 21ec09d039
commit 591910371d
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
<header class="p-2 bg-indigo-400 text-white font-bold flex flex-wrap items-center">
<div class="flex-1 flex justify-between items-center">
<a href="/">Mermaid<span class="text-xs font-thin">(v{version})</span> Live Editor</a>
<a href="/">Mermaid<span class="text-xs font-thin">v{version}</span> Live Editor</a>
</div>
<label for="menu-toggle" class="pointer-cursor lg:hidden block"
+2 -2
View File
@@ -51,8 +51,8 @@
const insertSvg = (svgCode, bindFunctions) => {};
</script>
<div id="view" class="p-4" class:error class:outOfSync>
<div id="container" bind:this={container} class="flex-grow overflow-auto" />
<div id="view" class="p-2" class:error class:outOfSync>
<div id="container" bind:this={container} class="flex-1 overflow-auto" />
</div>
<style>
-1
View File
@@ -138,7 +138,6 @@
<View />
</div>
</Card>
<div class="self-end mx-2 -mt-2">Powered by Mermaid v{version}</div>
</div>
</div>
</div>