added publish (git add, git push)

This commit is contained in:
2021-01-07 22:54:41 +01:00
parent dcfaef47a6
commit 35138ec30b
5 changed files with 159 additions and 21 deletions

View File

@@ -113,6 +113,19 @@ sub {
top: 0;
}
.publishLoading {
display: none;
}
#errorPublish {
display: none;
text-align: center;
background-color: red;
padding: 0.5em 0;
font-weight: bold;
color: white;
}
.settingsBtn {
float: right;
}
@@ -146,7 +159,7 @@ form {
text-align: end;
}
#settingsClose {
.settingsClose {
background-color: rgb(88, 88, 88);
color: rgb(255, 255, 255);
cursor: pointer;