mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-13 10:04:31 +00:00
Add HTML for modal
This commit is contained in:
parent
32eca1a0fc
commit
a3c0de5d26
1 changed files with 14 additions and 2 deletions
|
@ -1,3 +1,13 @@
|
|||
<div id="modal-text" class="d-none">
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<h4>Timeline</h4>
|
||||
<button type="button" class="btn btn-link text-dark" data-toggle="modal" data-target="#modal-post">
|
||||
<span class="icon-plus"></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div tabindex="-1" role="dialog" id="modal-post" aria-hidden="true">
|
||||
<div role="document" id="modal-dialog">
|
||||
<div class="card">
|
||||
<div class="card-header font-weight-bold">New Post</div>
|
||||
<div class="card-body" id="statusForm">
|
||||
|
@ -19,5 +29,7 @@
|
|||
</div>
|
||||
<button type="submit" class="btn btn-outline-primary btn-block">Post</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue