aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-11-19 21:08:55 +0000
committerMario <mario@mariovavti.com>2024-11-19 21:08:55 +0000
commit243a2a9bdf686fe46fec4e2214ed47c1571ce91c (patch)
tree72de8fd250be306d22d13d55db936eebb14d87f4
parent5338793883107d8c53ee1bab9b483d3978830978 (diff)
downloadvolse-hubzilla-dev.tar.gz
volse-hubzilla-dev.tar.bz2
volse-hubzilla-dev.zip
Update chat.tpl to correct expand and contract icons from forkawesome to bootstrap icons.HEADdev
(cherry picked from commit c626985448e13b80fedb4c561f82b8d26bf8b282) Co-authored-by: Saiwal K <sk@utsukta.org>
-rw-r--r--view/tpl/chat.tpl4
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>&nbsp;{{$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>