master
Aevann1 2021-09-01 19:02:09 +02:00
parent 7402c1c7b2
commit f2d8468b9c
1 changed files with 11 additions and 12 deletions

View File

@ -396,8 +396,6 @@
</div> </div>
</div>
<div class="container"> <div class="container">
<div class="row fixed-bottom bg-white border-top p-3" id="" style="z-index: 100; bottom: 0px; transition: bottom 220ms cubic-bezier(0, 0, 0.2, 1) 0s;"> <div class="row fixed-bottom bg-white border-top p-3" id="" style="z-index: 100; bottom: 0px; transition: bottom 220ms cubic-bezier(0, 0, 0.2, 1) 0s;">
<div class="col"> <div class="col">
@ -410,19 +408,20 @@
</div> </div>
</div> </div>
</form> </form>
<div v-show="show_preview" class="card-blank" id="submit-page" style="height:max-content; min-height: 25rem; transition: 15s;"> <div v-show="show_preview" class="card-blank" id="submit-page" style="height:max-content; min-height: 25rem; transition: 15s;">
<h1 class="m-3">Markdown Preview</h1> <h1 class="m-3">Markdown Preview</h1>
<div class="m-3" style="min-height: 20px"> <div class="m-3" style="min-height: 20px">
<h1 class="post-title" id="preview-tag-label">[[ post_title ]]</h1> <h1 class="post-title" id="preview-tag-label">[[ post_title ]]</h1>
</div> </div>
<hr> <hr>
<div class="m-3"> <div class="m-3">
<div id="post-body-markdown" v-html="post_body_markdown" style="max-height: 500px; overflow-y: scroll;"></div> <div id="post-body-markdown" v-html="post_body_markdown" style="max-height: 500px; overflow-y: scroll;"></div>
</div>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}
<style> <style>