feat(pref): add ability to hide verfied badges

This commit is contained in:
2025-11-18 19:23:45 -03:00
parent 8d87371763
commit 57a1fc6820
3 changed files with 15 additions and 1 deletions

View File

@@ -169,6 +169,14 @@ ul {
}
}
body.hide-verified-all .verified-icon {
display: none !important;
}
body.hide-verified-blue .verified-icon.blue {
display: none !important;
}
@media(max-width: 600px) {
.preferences-container {
max-width: 95vw;