更新 .gitignore,添加 .history/ 目录,修改 styles.css 以支持全宽和隐藏横向溢出

This commit is contained in:
Shanshuimei 2025-02-04 12:05:00 +08:00
parent ed7b91c1ab
commit 878f8ab3f2
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
/CODE_OF_CONDUCT.md
/main.js
/main.js
.history/

View file

@ -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;
}