fix(mod queue): items shouldn't disappear from feed unless api removes them

This commit is contained in:
plebeius
2026-01-08 16:46:02 +01:00
parent e899ac7fb9
commit 99596d3a54
2 changed files with 14 additions and 6 deletions
+10
View File
@@ -166,6 +166,11 @@
color: var(--mod-queue-button-text-color-hover);
text-decoration: var(--mod-queue-button-text-decoration);
}
.button:disabled {
opacity: 0.5;
cursor: not-allowed;
}
}
.approve {
@@ -270,6 +275,11 @@
background: var(--button-background-color-mobile);
}
.button:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.header {
flex-direction: column;
align-items: flex-start;