diff options
author | crupest <crupest@outlook.com> | 2021-03-18 22:06:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 22:06:18 +0800 |
commit | 9e749b05ad4c20eb69ec4ac6fe8ae83f94ad871a (patch) | |
tree | 19024c5fa955ba8f58504d7961e9964a317d0b49 /FrontEnd/src/app/views/timeline-common/timeline-common.sass | |
parent | 5d41c3aa6d90b2f3892dfe76fd6a0072b76fc4d5 (diff) | |
parent | e46f97d5b1a7573909c88b87e7cf2298e1c5dfa0 (diff) | |
download | timeline-9e749b05ad4c20eb69ec4ac6fe8ae83f94ad871a.tar.gz timeline-9e749b05ad4c20eb69ec4ac6fe8ae83f94ad871a.tar.bz2 timeline-9e749b05ad4c20eb69ec4ac6fe8ae83f94ad871a.zip |
Merge pull request #387 from crupest/markdown-edit
Markdown edit enhancement!
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/timeline-common.sass')
-rw-r--r-- | FrontEnd/src/app/views/timeline-common/timeline-common.sass | 18 |
1 files changed, 18 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 43c4d0f7..0d172327 100644 --- a/FrontEnd/src/app/views/timeline-common/timeline-common.sass +++ b/FrontEnd/src/app/views/timeline-common/timeline-common.sass @@ -170,3 +170,21 @@ $timeline-line-color-current: #36c2e6 top: 56px right: 0 margin: 0.5em + +.timeline-markdown-post-edit-page + 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 |