diff --git a/Iceshrimp.Frontend/Components/Note/NoteBody.razor b/Iceshrimp.Frontend/Components/Note/NoteBody.razor
index 9a58bd5d..9bc1ef09 100644
--- a/Iceshrimp.Frontend/Components/Note/NoteBody.razor
+++ b/Iceshrimp.Frontend/Components/Note/NoteBody.razor
@@ -5,7 +5,7 @@
@NoteBase.Cw
-
+
@if (NoteBase.Attachments.Count > 0)
{
@@ -18,7 +18,7 @@
class="note-body @(Truncate ? "truncated" : "") @(Indented ? "indent" : "")"
style="max-height: @(Truncate ? MaxHeight + "px" : "initial")"
>
-
+
@if (NoteBase.Attachments.Count > 0)
{
@@ -34,7 +34,7 @@
@if (NoteBase.Cw == null && OverLength == false)
{
-
+
@if (NoteBase.Attachments.Count > 0)
{