Skip to content

Commit c18a207

Browse files
edrasEdras Pacola
and
Edras Pacola
authored
Release v1.6 (#36)
* version update * position weblinks at the bottom --------- Co-authored-by: Edras Pacola <edras.pacola@microchip.com>
1 parent 0c8d40d commit c18a207

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

www/css/web-icsp.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,12 @@
2626
.modal-lg {
2727
max-width: 850px; /* 800px is the default */
2828
}
29+
30+
.fixed-bottom-card {
31+
position: fixed; /* Fix the card to the viewport */
32+
bottom: 0; /* Position it at the bottom */
33+
/* left: 0; /* Align it to the left */
34+
/* right: 0; /* Align it to the right */
35+
width: 100%; /* Make the card span the full width of the page */
36+
/* z-index: 1030; /* Ensure the card is above other content */
37+
}

www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h5 class="modal-title" id="modalTitle">Title</h5>
103103
</div>
104104
</div>
105105
</div>
106-
<div class="card mt-5">
106+
<div class="card fixed-bottom-card">
107107
<div class="card-header">
108108
Important weblinks
109109
</div>

www/js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const WEB_ICSP_VERSION = '0.1.5';
1+
const WEB_ICSP_VERSION = '1.6';

0 commit comments

Comments
 (0)