Skip to content

Commit 2df36e2

Browse files
committed
Add missing close button on Shortcuts help window
1 parent 8f245d0 commit 2df36e2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

web/css/styles.min.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3404,6 +3404,9 @@ form#vstobjects.suspended {
34043404
.shortcuts .close:active {
34053405
background-color: #55c9c0;
34063406
}
3407+
.shortcuts .close .fas {
3408+
font-size: 1.3rem;
3409+
}
34073410
.shortcuts ul {
34083411
list-style-type: none;
34093412
padding: 30px 20px;

web/templates/footer.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
<div class="shortcuts animated fadeIn" style="display:none">
88
<div class="header">
99
<div class="title"><?=__('Shortcuts')?></div>
10-
<div class="close"></div>
10+
<div class="close text-center">
11+
<i class="fas fa-times"></i>
12+
</div>
1113

1214
</div>
1315
<ul>

0 commit comments

Comments
 (0)