Add warning for trim spaces disabled

This commit is contained in:
Cohee
2024-09-29 01:28:02 +03:00
parent 42cfeae8ab
commit 14b48c5b34
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -459,3 +459,7 @@ body.expandMessageActions .mes .mes_buttons .extraMesButtonsHint {
.mdhotkey_icon {
opacity: 0.6;
}
label[for="trim_spaces"]:has(input:checked) i.warning {
display: none;
}