diff options
author | crupest <crupest@outlook.com> | 2023-09-14 18:58:44 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-15 21:39:52 +0800 |
commit | 754597d49cd2d3f6295e5fe3ed68c6210bf4e8a5 (patch) | |
tree | 342a27eb79319a98c95838b4f88149196dbe0ed8 /FrontEnd/src/pages/timeline/edit/ImagePostEdit.css | |
parent | 40b4871c3f7bfe04f332ae7fb687fd7d9ae34734 (diff) | |
download | timeline-754597d49cd2d3f6295e5fe3ed68c6210bf4e8a5.tar.gz timeline-754597d49cd2d3f6295e5fe3ed68c6210bf4e8a5.tar.bz2 timeline-754597d49cd2d3f6295e5fe3ed68c6210bf4e8a5.zip |
Fix mobile post create.
Diffstat (limited to 'FrontEnd/src/pages/timeline/edit/ImagePostEdit.css')
-rw-r--r-- | FrontEnd/src/pages/timeline/edit/ImagePostEdit.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/pages/timeline/edit/ImagePostEdit.css b/FrontEnd/src/pages/timeline/edit/ImagePostEdit.css index 3d5e895c..df7a6af6 100644 --- a/FrontEnd/src/pages/timeline/edit/ImagePostEdit.css +++ b/FrontEnd/src/pages/timeline/edit/ImagePostEdit.css @@ -1,4 +1,4 @@ -.timeline-post-create-image { +.timeline-edit-image { max-width: 100px; max-height: 100px; } |