diff options
-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}} |