new_editor: Second revision #125

Merged
Eragon merged 8 commits from new_editor into dev 2023-05-18 11:31:09 +02:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit b09ffaf97d - Show all commits

View File

@ -34,8 +34,7 @@
.editor .btn-group .separator {
display: inline-block;
width: 0;
border-left: 1px solid #d9d9d9;
border-right: 1px solid #ffffff;
border: 1px solid var(--text);
color: transparent;
text-indent: -10px;
}
@ -80,4 +79,4 @@
transform: translateX(-50%);
top: 50vh;
}
}
}