diff options
author | Mario <mario@mariovavti.com> | 2022-08-20 10:06:04 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-08-20 10:06:04 +0000 |
commit | febd64c527f22f609263e10d5fd557c32858d7be (patch) | |
tree | 9614afb4cb86342de7b211d3f7f88561f31588b4 /view/tpl | |
parent | d67a5c50708a3c8a54e01b80ccc07535e6ece46c (diff) | |
download | volse-hubzilla-febd64c527f22f609263e10d5fd557c32858d7be.tar.gz volse-hubzilla-febd64c527f22f609263e10d5fd557c32858d7be.tar.bz2 volse-hubzilla-febd64c527f22f609263e10d5fd557c32858d7be.zip |
pdledit_gui: fix offcanvas
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/pdledit_gui.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/pdledit_gui.tpl b/view/tpl/pdledit_gui.tpl index 8c4ca3e50..0bfb4d0f8 100644 --- a/view/tpl/pdledit_gui.tpl +++ b/view/tpl/pdledit_gui.tpl @@ -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 class="offcanvas-header"> <div class="offcanvas-title h3"></div> @@ -6,7 +6,7 @@ </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"> <textarea id="pdledit_gui_offcanvas_edit_textarea" class="form-control font-monospace h-100"></textarea> </div> @@ -16,7 +16,7 @@ </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 class="offcanvas-header"> <button id="pdledit_gui_offcanvas_submit_submit" type="button" class="btn btn-primary">Submit</button> |