added publish (git add, git push)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user