diff options
author | Mario <mario@mariovavti.com> | 2023-01-22 15:35:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-22 15:35:55 +0000 |
commit | 1cad844d2ddf2bcfec34cdfb45f23e3878810147 (patch) | |
tree | fab11a411e294a09470b03ea51ef151c13a0318e | |
parent | 2d5e09f93022f8e31986e331f67901fe755ae6ec (diff) | |
download | volse-hubzilla-1cad844d2ddf2bcfec34cdfb45f23e3878810147.tar.gz volse-hubzilla-1cad844d2ddf2bcfec34cdfb45f23e3878810147.tar.bz2 volse-hubzilla-1cad844d2ddf2bcfec34cdfb45f23e3878810147.zip |
theme fixes
-rw-r--r-- | view/tpl/navbar_default.tpl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index 58c6506b6..a61e6c490 100644 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -194,9 +194,10 @@ </div> <i id="app-bin-trash" class="fa fa-2x fa-fw fa-trash-o d-none"></i> {{/if}} - - <button id="theme-switch" type="button" class="btn btn-outline-secondary border-0"><i id="theme-switch-icon" class="fa fa-{{$theme_switch_icon}}-o"></i></button> - <button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button> + <div class="hstack gap-1"> + <button id="theme-switch" type="button" class="btn btn-outline-secondary border-0"><i id="theme-switch-icon" class="fa fa-{{$theme_switch_icon}}-o"></i></button> + <button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button> + </div> </div> <div class="offcanvas-body"> |