group annotations by layers and add layer title

This commit is contained in:
j 2023-05-15 15:17:07 +01:00
commit 3e6e6077d2
2 changed files with 53 additions and 14 deletions

View file

@ -49,6 +49,24 @@
//transition: opacity 0.4s;
}
.text {
.layer {
.title {
display: none;
}
&.active {
.title {
display: block
}
padding-bottom: 4px;
}
.annotation {
&.active {
padding-bottom: 4px;
}
}
}
}
.annotation {
//min-height: 100vh;
.frame {