mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 23:27:09 +00:00
Close #119 add coordinate scale
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user