diff --git a/src/components/profile-pane/ProfilePane.tsx b/src/components/profile-pane/ProfilePane.tsx
index 9a329818..6d4d181a 100644
--- a/src/components/profile-pane/ProfilePane.tsx
+++ b/src/components/profile-pane/ProfilePane.tsx
@@ -194,21 +194,23 @@ export default function ProfilePane() {
<>
{!user() ? "Profile" : user()?.username}
+
-
{
const styles: JSX.CSSProperties = {
flex: "1",
+ ...props.style,
};
if (props.maxHeight !== undefined) {