[Status Page] Enable Edit Mode only if the token is presented

This commit is contained in:
Louis Lam
2022-03-18 12:39:48 +08:00
parent 00738edbe7
commit 59cdacc052
3 changed files with 10 additions and 4 deletions

View File

@@ -148,6 +148,10 @@ textarea.form-control {
background-color: #090c10;
color: $dark-font-color;
mark, .mark {
background-color: #b6ad86;
}
&::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb {
background: $dark-border-color;
}