chore(editor): cleanup

This commit is contained in:
kolaente 2023-10-21 19:29:27 +02:00
parent 34420b623c
commit 1443e23f18
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 28 deletions

View File

@ -370,35 +370,7 @@ pre.CodeMirror-line {
font-weight: 400;
}
ul.actions {
font-size: .8rem;
margin: 0;
li {
display: inline-block;
&::after {
content: '·';
padding: 0 .25rem;
}
&:last-child:after {
content: '';
}
}
&, a {
color: var(--grey-500);
&.done-edit {
color: var(--primary);
}
}
a:hover {
text-decoration: underline;
}
}
.vue-easymde.content {
margin-bottom: 0 !important;