Fix board footer layout, bump patch version

This commit is contained in:
Fred Boniface 2023-03-31 20:41:25 +01:00
parent 9a7797ce20
commit cba06873c3
3 changed files with 10 additions and 4 deletions

View File

@ -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>

View File

@ -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
View File

@ -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 = [