title full width on mobile

This commit is contained in:
Jordan Vidrine
2025-03-28 09:04:40 -05:00
parent 1459099b8d
commit 94c31086f9
2 changed files with 15 additions and 18 deletions
@@ -65,9 +65,6 @@ export default {
api.registerValueTransformer(
"topic-list-item-class",
({ value: classes, context }) => {
if (context.topic.pinned || context.topic.pinned_globally) {
classes.push("--pinned");
}
if (
context.topic.is_hot ||
context.topic.pinned ||