mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:21:41 +00:00
alto del editor
This commit is contained in:
parent
1f28ea77a0
commit
bf73479c4a
2 changed files with 3 additions and 1 deletions
|
@ -50,6 +50,8 @@
|
|||
div[data-align="left"] { text-align: left; }
|
||||
div[data-align="center"] { text-align: center; }
|
||||
div[data-align="right"] { text-align: right; }
|
||||
|
||||
min-height: 480px;
|
||||
}
|
||||
|
||||
*[data-editor-loading] {
|
||||
|
|
|
@ -69,5 +69,5 @@
|
|||
%label{ for: 'link-href' }= t('editor.url')
|
||||
%input.form-control{ type: 'url', data: { prop: 'link-href' } }/
|
||||
|
||||
.editor-content.form-control.h-auto{ contenteditable: 'true' }
|
||||
.editor-content.form-control.h-auto.mt-1{ contenteditable: 'true' }
|
||||
= metadata.value.html_safe
|
||||
|
|
Loading…
Reference in a new issue