diff options
author | Mario <mario@mariovavti.com> | 2024-05-02 17:21:53 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-05-02 17:21:53 +0000 |
commit | 977e6a02f4c21bbfc15e49f9b7247e3c216ba171 (patch) | |
tree | c1e2e4c0801d64173d11494091477788b2dab9f3 /view/tpl | |
parent | 6a53ddef2167ab96e4554b90d731e49cb7822bae (diff) | |
download | volse-hubzilla-977e6a02f4c21bbfc15e49f9b7247e3c216ba171.tar.gz volse-hubzilla-977e6a02f4c21bbfc15e49f9b7247e3c216ba171.tar.bz2 volse-hubzilla-977e6a02f4c21bbfc15e49f9b7247e3c216ba171.zip |
another css fix
Diffstat (limited to 'view/tpl')
-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 ba63830eb..f4f346fb7 100644 --- a/view/tpl/hdr.tpl +++ b/view/tpl/hdr.tpl @@ -1 +1 @@ -<div id="toast-container" class="d-flex position-fixed top-0 end-0"></div> +<div id="toast-container" class="vstack gap-3 m-3 position-fixed top-0 end-0"></div> |