diff --git a/Iceshrimp.Frontend/Components/AscendedNote.razor b/Iceshrimp.Frontend/Components/AscendedNote.razor
index f1faa926..d09c6ad0 100644
--- a/Iceshrimp.Frontend/Components/AscendedNote.razor
+++ b/Iceshrimp.Frontend/Components/AscendedNote.razor
@@ -2,7 +2,7 @@
@using Iceshrimp.Frontend.Components.Note
@using Iceshrimp.Shared.Schemas.Web
@inject NavigationManager NavigationManager
-
+

@@ -10,7 +10,6 @@
diff --git a/Iceshrimp.Frontend/Components/AscendedNote.razor.css b/Iceshrimp.Frontend/Components/AscendedNote.razor.css
index 457f7ed1..7c05956c 100644
--- a/Iceshrimp.Frontend/Components/AscendedNote.razor.css
+++ b/Iceshrimp.Frontend/Components/AscendedNote.razor.css
@@ -1,7 +1,11 @@
-.note {
+.note-parent, .note {
width: 100%;
}
+.note {
+ padding-bottom: 1rem;
+}
+
.note-indent {
display: flex;
flex-direction: column;
@@ -19,9 +23,4 @@
display: flex;
max-width: 45rem;
width: 100%;
-}
-
-.pad {
- height: 1rem;
- width: 1px;
}
\ No newline at end of file