roundabout,
created on Sunday, 15 September 2024, 13:40:34 (1726407634),
received on Sunday, 15 September 2024, 13:40:37 (1726407637)
Author identity: vlad <vlad.muntoiu@gmail.com>
66d2c3ee3b05aefe118a6110e06f2dba69ac2169
static/style.css
@@ -627,3 +627,21 @@ dd {
#picture-buttons {
padding: 0 1rem;
}
@media print {
#picture-actions, #annotation-view-controls {
display: none;
}
.navbar {
display: none;
}
:root {
--color-background: #ffffff;
}
#annotation-zone, .thumbnail-list {
width: 100vw;
height: auto;
position: relative;
left: calc(-1 * (50vw - 50%));
}
}
templates/picture.html
@@ -118,7 +118,7 @@
{{ shape_label(centre_x, centre_y, region.object_id) }}
{% endfor %}
</div>
<x-buttonbox>
<x-buttonbox id="annotation-view-controls">
<label>
<input type="checkbox" id="show-shapes" checked>
Show shapes