Add noscript message

main
sudoer777 2021-11-26 14:19:53 -07:00
parent 459b1a4a1a
commit f2085ec0f2
2 changed files with 9 additions and 0 deletions

View File

@ -47,4 +47,11 @@ input {
#logout-button {
margin-left: 0.5em;
}
#noscript-message {
background-color: lightcoral;
padding: 1em;
margin-bottom: 3em;
border-radius: .25em;
}

View File

@ -7,6 +7,8 @@ html
block stylesheets
body
div#mobile-view
noscript
span#noscript-message Please enable JavaScript to run this app.
div#actions-div
if !hideHomeButton
button#home-button Home