by roundabout, Tuesday, 7 January 2025, 12:34:53 (1736253293), pushed by roundabout, Tuesday, 7 January 2025, 13:23:33 (1736256213)
Author identity: vlad <vlad.muntoiu@gmail.com>
1161d2471f271caf2d4be7c0bc9255f8b1db96ba
static/style.css
@@ -815,20 +815,27 @@ nav .button-flat .ripple-pad {
flex: 1 0 auto;
}
#annotation-zoom-container {
overflow: hidden;
}
#annotation-zoom-container {
flex: 0 1 auto;
overflow: scroll;
align-self: stretch;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#annotation-zoom-container > #annotation-zone {
transform: scale(1);
transition: transform 0.125s ease;
transition: transform 0.125s cubic-bezier(0.28, 0.5, 0.31, 0.92);
max-width: 100%;
max-height: 100%;
max-height: 100% !important;
}
#annotation-zoom-container > #annotation-zone > #annotation-image {
object-fit: contain;
width: 100%;
height: 100%;
}
#annotation-main-area {
@@ -836,6 +843,7 @@ nav .button-flat .ripple-pad {
flex-direction: column;
flex: 1 1 auto;
overflow: auto;
width: 100%;
}
body.fixed-content-area {