Fix board footer layout, bump patch version
This commit is contained in:
parent
9a7797ce20
commit
cba06873c3
@ -64,7 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
<p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - <span id="ver_str">1.2.2</span></p>
|
<p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - <span id="ver_str">1.2.3</span></p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -345,11 +345,17 @@ caption{
|
|||||||
|
|
||||||
#timeblock {
|
#timeblock {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
margin-top: 2.5px;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
margin-right: 10px;
|
||||||
color: azure;
|
color: azure;
|
||||||
|
font-size: 13px
|
||||||
|
}
|
||||||
|
|
||||||
|
#timeblock p {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
font-size: 13px;
|
margin-bottom: 0;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Animations */
|
/* Animations */
|
||||||
|
2
sw.js
2
sw.js
@ -1,6 +1,6 @@
|
|||||||
/* Service Worker */
|
/* Service Worker */
|
||||||
|
|
||||||
const appVersion = "1.2.2"
|
const appVersion = "1.2.3"
|
||||||
const cacheName = `owlboard-${appVersion}`;
|
const cacheName = `owlboard-${appVersion}`;
|
||||||
const cacheIDs = [cacheName];
|
const cacheIDs = [cacheName];
|
||||||
const cacheFiles = [
|
const cacheFiles = [
|
||||||
|
Reference in New Issue
Block a user