Skip to content

Commit b43cfe0

Browse files
authored
style: Display replied user and comment inline
回复头和回复内容还是放在同一行看着舒服。当然,看官方的选择啦。
1 parent da49325 commit b43cfe0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/client/src/styles/card.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,20 @@
217217

218218
> *:first-child {
219219
margin-top: 0;
220+
display: inline;
220221
}
221222

222223
> *:last-child {
223224
margin-bottom: 0;
224225
}
226+
227+
div {
228+
display: inline;
229+
230+
> p {
231+
display: inline;
232+
}
233+
}
225234
}
226235

227236
.wl-admin-actions {

0 commit comments

Comments
 (0)