diff options
author | Mario <mario@mariovavti.com> | 2024-08-09 08:56:52 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-08-09 08:56:52 +0000 |
commit | 30aa0e38220df2d07da0852f491d94f1f0796c48 (patch) | |
tree | 12eb7fe1e7b6f44685dc11b1c7f611b8c26cc953 /view | |
parent | cadc7ee29eb7db64c47bf3269b630eeeb8f7185e (diff) | |
download | volse-hubzilla-30aa0e38220df2d07da0852f491d94f1f0796c48.tar.gz volse-hubzilla-30aa0e38220df2d07da0852f491d94f1f0796c48.tar.bz2 volse-hubzilla-30aa0e38220df2d07da0852f491d94f1f0796c48.zip |
fa2bi fixes
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 | ||||
-rw-r--r-- | view/tpl/jot.tpl | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 129a49eb9..ec8ce42b3 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -909,7 +909,8 @@ a .drop-icons:hover { font-weight: bold; } -.jot-icons { +.jot-icons, +.comment-icon { font-size: 1.2rem; } diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 4eee6f1ac..294750398 100644 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -258,7 +258,7 @@ <div class="modal-content"> <div class="modal-header"> <h3 class="modal-title" id="expiryModalLabel">{{$jotnets_label}}</h3> - <button type="button" class="btn-close" data-bs-dismiss="modal" aria-hidden="true">×</button> + <button type="button" class="btn-close" data-bs-dismiss="modal" aria-hidden="true"></button> </div> <div class="modal-body"> {{$jotnets}} |