@ -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;
@ -56,7 +56,7 @@ export default {
this.processing = false;
if (res.ok) {
this.$router.push("/status/" + this.slug + "?edit");
location.href = "/status/" + this.slug + "?edit";
} else {
if (res.msg.includes("UNIQUE constraint")) {
@ -498,9 +498,11 @@ export default {
},
edit() {
this.$root.initSocketIO(true);
this.enableEditMode = true;
this.clickedEditButton = true;
if (this.hasToken) {
save() {