query toolbar

This commit is contained in:
Jan Prochazka
2022-02-12 18:29:53 +01:00
parent a8265cebff
commit 1b77675ed7
6 changed files with 111 additions and 63 deletions

View File

@@ -10,7 +10,8 @@
.content {
position: absolute;
left: 0;
top: var(--dim-toolbar-height);
top: var(--dim-toolstrip-height);
border-top: 1px solid var(--theme-border);
right: 0;
bottom: 0;
display: flex;
@@ -19,9 +20,9 @@
.toolstrip {
position: absolute;
left: 0;
height: var(--dim-toolbar-height);
height: var(--dim-toolstrip-height);
right: 0;
display: flex;
background: var(--theme-bg-0);
background: var(--theme-bg-1);
}
</style>