diff --git a/packages/client/src/components/MkNoteSub.vue b/packages/client/src/components/MkNoteSub.vue
index 14bcf5826..e90c3da14 100644
--- a/packages/client/src/components/MkNoteSub.vue
+++ b/packages/client/src/components/MkNoteSub.vue
@@ -286,14 +286,14 @@ const replies: misskey.entities.Note[] = props.conversation?.filter(item => item
 				--avatarSize: 24px;
 				--indent: calc(var(--avatarSize) - 4px);
 			}
-			&.firstColumn {
-				> .main, > .line, > .children:not(.single) > .line {
-					--avatarSize: 35px;
-					--indent: 35px;
-				}
-				> .children:not(.single) {
-					padding-left: 28px !important;
-				}
+		}
+		.firstColumn {
+			> .main, > .line, > .children:not(.single) > .line {
+				--avatarSize: 35px;
+				--indent: 35px;
+			}
+			> .children:not(.single) {
+				padding-left: 28px !important;
 			}
 		}
 	}