1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2026-03-24 23:16:18 +08:00

Make a table/chart area collapsable #18

This commit is contained in:
lana-k
2020-11-14 23:09:31 +01:00
parent d586e43d6e
commit e72510f236
2 changed files with 109 additions and 37 deletions

View File

@@ -3,7 +3,7 @@
<splitpanes
class="query-results-splitter"
horizontal
:before="{ size: 50, max: 70 }"
:before="{ size: 50, max: 100 }"
:after="{ size: 50, max: 100 }"
>
<template #left-pane>
@@ -158,7 +158,7 @@ export default {
}
.query-results-splitter {
height: calc(100vh - 110px);
height: calc(100vh - 104px);
background-color: var(--color-bg-light);
}