diff options
author | Mario <mario@mariovavti.com> | 2024-05-02 14:09:09 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-05-02 14:09:09 +0000 |
commit | 2e575dee526305f1c0c2b8184179167f1b0756ec (patch) | |
tree | ea441d15c7f90a9949dbf05211c81b1cbef09c8a /view | |
parent | 058c7d6c13e4cb76efd001ca5be39769825587b0 (diff) | |
download | volse-hubzilla-2e575dee526305f1c0c2b8184179167f1b0756ec.tar.gz volse-hubzilla-2e575dee526305f1c0c2b8184179167f1b0756ec.tar.bz2 volse-hubzilla-2e575dee526305f1c0c2b8184179167f1b0756ec.zip |
css fix
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/hdr.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/hdr.tpl b/view/tpl/hdr.tpl index 7d20633bc..ba63830eb 100644 --- a/view/tpl/hdr.tpl +++ b/view/tpl/hdr.tpl @@ -1 +1 @@ -<div id="toast-container" class="position-fixed top-0 end-0 me-4"></div> +<div id="toast-container" class="d-flex position-fixed top-0 end-0"></div> |