Skip to content

Commit 8991077

Browse files
committed
feat: port css for draft message at top of post editor
1 parent 78291fd commit 8991077

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/layout/Editor.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,15 @@ export default {
407407
</script>
408408
409409
<style lang="scss">
410+
.alert-form-input {
411+
color: $color-primary;
412+
font-size: $font-size-sm;
413+
font-weight: 600;
414+
padding: 0.5rem 1rem;
415+
position: absolute;
416+
top: 0;
417+
right: 0;
418+
}
410419
.editor-container {
411420
z-index: 5000;
412421
display: flex;

0 commit comments

Comments
 (0)