mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 07:37:10 +00:00
Support exporting YAML + minified
This commit is contained in:
@@ -298,6 +298,14 @@ main > .controls {
|
||||
box-shadow: 0 0 7px -3px #000;
|
||||
}
|
||||
|
||||
.popup-source .btn-menu > .btn-group {
|
||||
right: 100%;
|
||||
top: 50%;
|
||||
margin-top: 0;
|
||||
margin-right: 8px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.popup-preview {
|
||||
position: fixed;
|
||||
display: flex;
|
||||
@@ -410,6 +418,15 @@ main.has-preview {
|
||||
border-top-left-radius: 0px;
|
||||
}
|
||||
|
||||
.btn-group > hr {
|
||||
border: 4px solid var(--background-4);
|
||||
border-left: transparent;
|
||||
border-right: transparent;
|
||||
background-color: var(--background-6);
|
||||
margin: 0;
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
.btn-input {
|
||||
cursor: initial;
|
||||
padding-right: 7px;
|
||||
|
||||
Reference in New Issue
Block a user