aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-06 17:24:54 +0800
committercrupest <crupest@outlook.com>2021-05-06 17:24:54 +0800
commit51eb07c89ce480ba04c8979163ea8e82d2672b11 (patch)
tree3b87b7b462535fd11dcbd77f3bdedbcb5ed6d0f0 /FrontEnd/src
parentf7e0965dc06b63e9ef77813413bb0cb7eab9aa0b (diff)
downloadtimeline-51eb07c89ce480ba04c8979163ea8e82d2672b11.tar.gz
timeline-51eb07c89ce480ba04c8979163ea8e82d2672b11.tar.bz2
timeline-51eb07c89ce480ba04c8979163ea8e82d2672b11.zip
...
Diffstat (limited to 'FrontEnd/src')
-rw-r--r--FrontEnd/src/app/views/timeline-common/TimelinePostEdit.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/TimelinePostEdit.tsx b/FrontEnd/src/app/views/timeline-common/TimelinePostEdit.tsx
index 5c379a9a..5f3f0345 100644
--- a/FrontEnd/src/app/views/timeline-common/TimelinePostEdit.tsx
+++ b/FrontEnd/src/app/views/timeline-common/TimelinePostEdit.tsx
@@ -82,7 +82,7 @@ const TimelinePostEditImage: React.FC<TimelinePostEditImageProps> = (props) => {
onChange={onInputChange}
accept="image/*"
disabled={disabled}
- className="mx-3 my-1 d-inline-block"
+ className="mx-3 my-1"
/>
{file != null && !error && (
<BlobImage