diff options
author | crupest <crupest@outlook.com> | 2021-03-18 21:01:07 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-03-18 21:01:07 +0800 |
commit | e83da106a259f4a8ab11324eceef2c15a9a08bf0 (patch) | |
tree | 106cf2ac3641c949508954236780a487baa7e41c /FrontEnd/src/app/views/timeline-common/timeline-common.sass | |
parent | 9457835dade88310a80fb0cf49044b68edef44b8 (diff) | |
download | timeline-e83da106a259f4a8ab11324eceef2c15a9a08bf0.tar.gz timeline-e83da106a259f4a8ab11324eceef2c15a9a08bf0.tar.bz2 timeline-e83da106a259f4a8ab11324eceef2c15a9a08bf0.zip |
...
Diffstat (limited to 'FrontEnd/src/app/views/timeline-common/timeline-common.sass')
-rw-r--r-- | FrontEnd/src/app/views/timeline-common/timeline-common.sass | 8 |
1 files changed, 8 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..04318674 100644 --- a/FrontEnd/src/app/views/timeline-common/timeline-common.sass +++ b/FrontEnd/src/app/views/timeline-common/timeline-common.sass @@ -170,3 +170,11 @@ $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 + max-width: 100% + max-height: 200px |