diff options
author | crupest <crupest@outlook.com> | 2021-03-18 21:59:16 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-03-18 21:59:16 +0800 |
commit | 8d489b92990aaa1d4356220a5ce45f56b8edb5f2 (patch) | |
tree | 00d695300fa26e37f3da9dd49631e95971b7e01d /FrontEnd/src/app/views/timeline-common/timeline-common.sass | |
parent | 4b2a795eb0c49ed54151f2c25d4107901e6d8200 (diff) | |
download | timeline-8d489b92990aaa1d4356220a5ce45f56b8edb5f2.tar.gz timeline-8d489b92990aaa1d4356220a5ce45f56b8edb5f2.tar.bz2 timeline-8d489b92990aaa1d4356220a5ce45f56b8edb5f2.zip |
feat: Delete image.
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/timeline-common.sass')
-rw-r--r-- | FrontEnd/src/app/views/timeline-common/timeline-common.sass | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/FrontEnd/src/app/views/timeline-common/timeline-common.sass b/FrontEnd/src/app/views/timeline-common/timeline-common.sass index 04318674..0d172327 100644 --- a/FrontEnd/src/app/views/timeline-common/timeline-common.sass +++ b/FrontEnd/src/app/views/timeline-common/timeline-common.sass @@ -175,6 +175,16 @@ $timeline-line-color-current: #36c2e6 overflow: scroll max-height: 300px +.timeline-markdown-post-edit-image-container + position: relative + text-align: center + margin-bottom: 1em + .timeline-markdown-post-edit-image max-width: 100% max-height: 200px + +.timeline-markdown-post-edit-image-delete-button + position: absolute + right: 10px + top: 2px |