Skip to content

Commit

Permalink
tiny tweak, looked wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
dhonus committed Jan 6, 2024
1 parent 9d7c5ce commit 7bad8b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions assets/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,8 @@ div#statusDiv
h3
font-size: 1.2rem
line-height: 1.4rem
span.main-content > p:not(p > p)
padding: 0 .3rem
.nav
margin: 1rem 0
flex-wrap: wrap
Expand All @@ -569,6 +571,7 @@ div#statusDiv
div.category
flex-direction: column
display: flex
gap: .6rem
span.article
width: 93%
margin: auto
Expand Down
2 changes: 1 addition & 1 deletion static/js/screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ try {
wakeLock.addEventListener('release', (e) => {
console.log(e);
wakeLockCheckbox.checked = false;
statusDiv.textContent = 'Wake Lock released';
statusDiv.textContent = 'Automatically turned off';
console.log('Wake Lock was released');
});
wakeLockCheckbox.checked = true;
Expand Down

0 comments on commit 7bad8b3

Please sign in to comment.