mirror of
https://github.com/shanshuimei/obsidian-generate-timeline.git
synced 2026-07-22 05:37:40 +00:00
更新 .gitignore,添加 .history/ 目录,修改 styles.css 以支持全宽和隐藏横向溢出
This commit is contained in:
parent
ed7b91c1ab
commit
878f8ab3f2
2 changed files with 5 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/CODE_OF_CONDUCT.md
|
||||
/main.js
|
||||
/main.js
|
||||
.history/
|
||||
|
|
@ -8,6 +8,9 @@ If your plugin does not need CSS, delete this file.
|
|||
*/
|
||||
|
||||
.timeline-container {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
padding: 20px 20px 20px 100px;
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue