fix annotator grid.

This commit is contained in:
Ruben van de Ven 2022-05-31 15:32:51 +02:00
parent c908bf16af
commit 9c54b2f8d7
2 changed files with 7 additions and 5 deletions

View file

@ -75,9 +75,10 @@
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
font-size: 6pt; font-size: 6pt;
z-index: 20;
} }
body:not(.help) .help{ body:not(.annotator) .help{
display: none; display: none;
} }

View file

@ -259,7 +259,6 @@ path.before_in {
overflow: hidden; overflow: hidden;
/* white-space: nowrap; */ /* white-space: nowrap; */
left: -50px; left: -50px;
grid-area: sidebar;
} }
.audioconfig:hover { .audioconfig:hover {
@ -286,7 +285,7 @@ audio {
display: grid; display: grid;
flex-direction: column; flex-direction: column;
height: 100%; height: 100%;
grid-template-rows: 40px auto 100px; grid-template-rows: 40px 1fr 100px;
grid-template-columns: 200px auto; grid-template-columns: 200px auto;
gap: 10px; gap: 10px;
overflow: hidden; overflow: hidden;
@ -302,7 +301,7 @@ audio {
} }
.svganim_annotator .tags { .svganim_annotator .tags {
grid-area: 2/1/2/1; grid-area: 2/1/4/1;
} }
.svganim_annotator .audioconfig { .svganim_annotator .audioconfig {
position: static; position: static;
@ -310,7 +309,9 @@ audio {
} }
.svganim_annotator > svg { .svganim_annotator > svg {
grid-area: 1/2/2/2; grid-area: 1/2/3/2;
width: 100%;
height: 100%;
} }
.svganim_annotator .controls { .svganim_annotator .controls {
grid-area: 3/2/3/2; grid-area: 3/2/3/2;