fix annotator grid.
This commit is contained in:
parent
c908bf16af
commit
9c54b2f8d7
2 changed files with 7 additions and 5 deletions
|
@ -75,9 +75,10 @@
|
|||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
font-size: 6pt;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
body:not(.help) .help{
|
||||
body:not(.annotator) .help{
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -259,7 +259,6 @@ path.before_in {
|
|||
overflow: hidden;
|
||||
/* white-space: nowrap; */
|
||||
left: -50px;
|
||||
grid-area: sidebar;
|
||||
}
|
||||
|
||||
.audioconfig:hover {
|
||||
|
@ -286,7 +285,7 @@ audio {
|
|||
display: grid;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
grid-template-rows: 40px auto 100px;
|
||||
grid-template-rows: 40px 1fr 100px;
|
||||
grid-template-columns: 200px auto;
|
||||
gap: 10px;
|
||||
overflow: hidden;
|
||||
|
@ -302,7 +301,7 @@ audio {
|
|||
}
|
||||
|
||||
.svganim_annotator .tags {
|
||||
grid-area: 2/1/2/1;
|
||||
grid-area: 2/1/4/1;
|
||||
}
|
||||
.svganim_annotator .audioconfig {
|
||||
position: static;
|
||||
|
@ -310,7 +309,9 @@ audio {
|
|||
}
|
||||
|
||||
.svganim_annotator > svg {
|
||||
grid-area: 1/2/2/2;
|
||||
grid-area: 1/2/3/2;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.svganim_annotator .controls {
|
||||
grid-area: 3/2/3/2;
|
||||
|
|
Loading…
Reference in a new issue