mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
pdledit_gui: fix offcanvas
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<div id="pdledit_gui_offcanvas" class="offcanvas offcanvas-lg offcanvas-bottom shadow border rounded-top start-50 translate-middle-x" tabindex="-1" data-bs-backdrop="false" data-bs-scroll="true" style="min-width: 300px">
|
<div id="pdledit_gui_offcanvas" class="offcanvas offcanvas-bottom shadow border rounded-top start-50 translate-middle-x" tabindex="-1" data-bs-backdrop="false" data-bs-scroll="true" style="min-width: 300px">
|
||||||
<div id="pdledit_gui_offcanvas_body" class="offcanvas-body"></div>
|
<div id="pdledit_gui_offcanvas_body" class="offcanvas-body"></div>
|
||||||
<div class="offcanvas-header">
|
<div class="offcanvas-header">
|
||||||
<div class="offcanvas-title h3"></div>
|
<div class="offcanvas-title h3"></div>
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pdledit_gui_offcanvas_edit" class="offcanvas offcanvas-lg offcanvas-bottom shadow border rounded-top start-50 translate-middle-x" tabindex="-1" data-bs-backdrop="false" data-bs-scroll="true" style="min-width: 300px">
|
<div id="pdledit_gui_offcanvas_edit" class="offcanvas offcanvas-bottom shadow border rounded-top start-50 translate-middle-x" tabindex="-1" data-bs-backdrop="false" data-bs-scroll="true" style="min-width: 300px">
|
||||||
<div id="pdledit_gui_offcanvas_edit_body" class="offcanvas-body">
|
<div id="pdledit_gui_offcanvas_edit_body" class="offcanvas-body">
|
||||||
<textarea id="pdledit_gui_offcanvas_edit_textarea" class="form-control font-monospace h-100"></textarea>
|
<textarea id="pdledit_gui_offcanvas_edit_textarea" class="form-control font-monospace h-100"></textarea>
|
||||||
</div>
|
</div>
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pdledit_gui_offcanvas_submit" class="offcanvas offcanvas-lg offcanvas-bottom shadow border rounded-top start-50 translate-middle-x" tabindex="-1" data-bs-backdrop="false" data-bs-scroll="true" style="min-width: 300px">
|
<div id="pdledit_gui_offcanvas_submit" class="offcanvas offcanvas-bottom shadow border rounded-top start-50 translate-middle-x" tabindex="-1" data-bs-backdrop="false" data-bs-scroll="true" style="min-width: 300px">
|
||||||
<div id="pdledit_gui_offcanvas_submit_body" class="offcanvas-body"></div>
|
<div id="pdledit_gui_offcanvas_submit_body" class="offcanvas-body"></div>
|
||||||
<div class="offcanvas-header">
|
<div class="offcanvas-header">
|
||||||
<button id="pdledit_gui_offcanvas_submit_submit" type="button" class="btn btn-primary">Submit</button>
|
<button id="pdledit_gui_offcanvas_submit_submit" type="button" class="btn btn-primary">Submit</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user