1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00
This commit is contained in:
lana-k
2020-10-20 17:21:24 +02:00
parent 65db2556c0
commit aae47eff86

View File

@@ -36,7 +36,7 @@
:init-name="tab.name"
:tab-index="index"
/>
<div v-if="tabs.length === 0" id="start-guid">
<div v-if="tabs.length === 0" id="start-guide">
<span class="link" @click="$root.$emit('createNewQuery')">Create</span>
a new query from scratch or open the one from
<router-link class="link" to="/my-queries">My queries</router-link>
@@ -138,7 +138,7 @@ export default {
fill: var(--color-text-base);
cursor: pointer;
}
#start-guid {
#start-guide {
position: absolute;
top: 50%;
left: 50%;