This commit is contained in:
Barış Soner Uşaklı
2026-02-05 14:29:46 -05:00
parent 6505068185
commit e0bbee48b2
2 changed files with 3 additions and 6 deletions

View File

@@ -107,7 +107,7 @@
"nodebb-plugin-spam-be-gone": "2.3.2",
"nodebb-plugin-web-push": "0.7.6",
"nodebb-rewards-essentials": "1.0.2",
"nodebb-theme-harmony": "2.1.40",
"nodebb-theme-harmony": "2.1.41",
"nodebb-theme-lavender": "7.1.19",
"nodebb-theme-peace": "2.2.49",
"nodebb-theme-persona": "14.1.26",

View File

@@ -145,11 +145,8 @@ blockquote {
}
}
.hidden-blockquote {
blockquote {
display: none;
}
}
.hidden-blockquote { blockquote { display: none; } }
.hidden-pre { pre { display: none; } }
.hidden-leading-br {
> br:first-child {