parent
4e265aa749
commit
96177e354e
2 changed files with 2 additions and 1 deletions
|
|
@ -161,6 +161,7 @@
|
|||
flex: 1 auto;
|
||||
font-size: var(--fs-l);
|
||||
font-family: var(--ff-accent);
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
<input type="file" id="image-upload-field" class="w-100 h-100 absolute left-0 right-0 top-0 bottom-0 overflow-hidden opacity-0 cursor-pointer" multiple accept="image/*" data-max-file-size-mb="25" />
|
||||
</button>
|
||||
</div>
|
||||
<textarea class="crayons-article-form__body__field crayons-textfield crayons-textfield--ghost fs-l ff-accent" id="article_body_markdown" placeholder="Write your post content here..." name="body_markdown"><%= article.body_markdown %></textarea>
|
||||
<textarea class="crayons-article-form__body__field crayons-textfield crayons-textfield--ghost" id="article_body_markdown" placeholder="Write your post content here..." name="body_markdown"><%= article.body_markdown %></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="crayons-article-form__main_aside"></div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue