diff --git a/src/Flows.css b/src/Flows.css index 8357422..c672bd2 100644 --- a/src/Flows.css +++ b/src/Flows.css @@ -398,15 +398,15 @@ margin: 0 0.25em; } -.box-content-wrapper { +.box-post { display: flex; } -.box-content-wrapper .box-content { +.box .box-post-main { flex: 1 1; } -.box-content-wrapper .box-content-vote { +.box .box-post-vote { flex: 0 0; margin-left: 6px; } diff --git a/src/Flows.js b/src/Flows.js index b55c8c4..8ca4be8 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -246,110 +246,113 @@ class FlowItem extends PureComponent { )}
+
+ #{info.pid}
+ {info.room_id !== parseInt(window.config.room) && (
+ <> @{info.room_id}>
+ )}
+
+
+
+ {info.author_title && (
+ {`"${info.author_title}"`}
+ )}
+ {info.is_tmp && (
+ 临时账号
+ )}
+ {info.is_reported && R }
+ {!!do_delete && !!info.can_del && (
{
+ do_delete('pid', info.pid);
+ }}
/>
-
- )}
- {!!parseInt(info.reply, 10) && (
-
- {info.reply}
-
-
- )}
-
-
- #{info.pid}
- {info.room_id !== parseInt(window.config.room) && (
- <> @{info.room_id}>
- )}
-
-
-
- {info.author_title && (
- {`"${info.author_title}"`}
- )}
- {info.is_tmp && (
- 临时账号
- )}
- {info.is_reported && R }
- {!!do_delete && !!info.can_del && (
- {
- do_delete('pid', info.pid);
- }}
- />
- )}
- {!!do_block && (
-
- )}
- {info.dangerous_user && (
- {info.dangerous_user}
- )}
- {info.blocked_count && (
- {info.blocked_count}
- )}
- {info.cw !== null && (!do_edit_cw || !info.can_del) && (
- {info.cw}
- )}
- {!!do_edit_cw && !!info.can_del && (
- + 最新回复{' '} + +
+ )}- 最新回复 -
- )}