diff options
author | Mario <mario@mariovavti.com> | 2024-11-19 21:08:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-11-19 21:08:55 +0000 |
commit | 243a2a9bdf686fe46fec4e2214ed47c1571ce91c (patch) | |
tree | 72de8fd250be306d22d13d55db936eebb14d87f4 /view | |
parent | 5338793883107d8c53ee1bab9b483d3978830978 (diff) | |
download | volse-hubzilla-243a2a9bdf686fe46fec4e2214ed47c1571ce91c.tar.gz volse-hubzilla-243a2a9bdf686fe46fec4e2214ed47c1571ce91c.tar.bz2 volse-hubzilla-243a2a9bdf686fe46fec4e2214ed47c1571ce91c.zip |
Update chat.tpl to correct expand and contract icons from forkawesome to bootstrap icons.
(cherry picked from commit c626985448e13b80fedb4c561f82b8d26bf8b282)
Co-authored-by: Saiwal K <sk@utsukta.org>
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/chat.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/chat.tpl b/view/tpl/chat.tpl index 620839ec8..cb88be7e8 100644 --- a/view/tpl/chat.tpl +++ b/view/tpl/chat.tpl @@ -8,8 +8,8 @@ <button class="btn btn-danger btn-sm" type="submit" name="submit" value="{{$drop}}" onclick="return confirmDelete();"><i class="bi bi-trash"></i> {{$drop}}</button> </form> {{/if}} - <button id="fullscreen-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen(); adjustFullscreenTopBarHeight();"><i class="bi fa-expand"></i></button> - <button id="inline-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen(false); adjustInlineTopBarHeight();"><i class="bi fa-compress"></i></button> + <button id="fullscreen-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen(); adjustFullscreenTopBarHeight();"><i class="bi bi-arrows-angle-expand"></i></button> + <button id="inline-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen(false); adjustInlineTopBarHeight();"><i class="bi bi-arrows-angle-contract"></i></button> </div> <h2>{{$room_name}}</h2> <div class="clear"></div> |