Close #119 add coordinate scale

This commit is contained in:
Misode
2020-12-16 18:50:20 +01:00
parent 28b6a4060f
commit 75bf0cc434
2 changed files with 25 additions and 5 deletions

View File

@@ -221,7 +221,10 @@ nav > .toggle span {
}
.preview-panel .panel-controls {
right: 5px;
justify-content: flex-end;
width: 100%;
right: 0;
padding: 0 5px;
}
.panel-controls > *:not(:last-child) {
@@ -262,6 +265,15 @@ nav > .toggle span {
background-color: var(--selection);
}
.btn.preview-scale {
display: block;
width: 25%;
text-align: center;
border-bottom: 2px solid #fff;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.gutter {
border-color: var(--border) !important;
transition: border-color var(--style-transition);