Output files can be viewed in slices

This commit is contained in:
n1474335 2017-12-27 01:52:41 +00:00
parent 53a3f3d452
commit bad0816115
8 changed files with 95 additions and 22 deletions

View file

@ -88,6 +88,14 @@
display: none;
}
#show-file-overlay {
position: absolute;
right: 15px;
top: 15px;
cursor: pointer;
display: none;
}
.io-btn-group {
float: right;
margin-top: -4px;