diff options
author | crupest <crupest@outlook.com> | 2023-09-14 23:47:16 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-14 23:47:16 +0800 |
commit | 40b4871c3f7bfe04f332ae7fb687fd7d9ae34734 (patch) | |
tree | cba45fa30627a704c2fb5132eff3f936ba1dd54e /FrontEnd/src/pages/timeline/edit/ImagePostEdit.css | |
parent | c1f79460d57a4daba75bdc34b7b7a3ea2d7254b3 (diff) | |
download | timeline-40b4871c3f7bfe04f332ae7fb687fd7d9ae34734.tar.gz timeline-40b4871c3f7bfe04f332ae7fb687fd7d9ae34734.tar.bz2 timeline-40b4871c3f7bfe04f332ae7fb687fd7d9ae34734.zip |
...
Diffstat (limited to 'FrontEnd/src/pages/timeline/edit/ImagePostEdit.css')
-rw-r--r-- | FrontEnd/src/pages/timeline/edit/ImagePostEdit.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FrontEnd/src/pages/timeline/edit/ImagePostEdit.css b/FrontEnd/src/pages/timeline/edit/ImagePostEdit.css new file mode 100644 index 00000000..3d5e895c --- /dev/null +++ b/FrontEnd/src/pages/timeline/edit/ImagePostEdit.css @@ -0,0 +1,4 @@ +.timeline-post-create-image { + max-width: 100px; + max-height: 100px; +} |