add download button to workspace
This commit is contained in:
@@ -82,7 +82,8 @@ input.scale-slider {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.fullscreen-button {
|
||||
.fullscreen-button,
|
||||
.download-button {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
@@ -102,6 +103,11 @@ input.scale-slider {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.download-button {
|
||||
top: 60px;
|
||||
background-image: url(../../images/icon/download.svg);
|
||||
}
|
||||
|
||||
html:not(.has-touch) .fullscreen-button {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user