修改post样式

This commit is contained in:
glossimute 2025-05-19 12:02:45 +09:00
parent ac556c5cba
commit 966d60ac0e
2 changed files with 10 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ __pycache__
nohup.out nohup.out
.git-credentials .git-credentials
venv/ venv/
.idea

View File

@ -17,8 +17,16 @@
.postTitle{margin: auto 0;font-size:40px;font-weight:bold;} .postTitle{margin: auto 0;font-size:40px;font-weight:bold;}
.title-right{display:flex;margin:auto 0 0 auto;} .title-right{display:flex;margin:auto 0 0 auto;}
.title-right .circle{padding: 14px 16px;margin-right:8px;} .title-right .circle{padding: 14px 16px;margin-right:8px;}
#postBody{border-bottom: 1px solid var(--color-border-default);padding-bottom:36px;} #postBody {
border-bottom: 1px solid var(--color-border-default);
padding-bottom: 36px;
max-width: 720px;
margin: 0 auto;
padding-left: 16px;
padding-right: 16px;
}
#postBody hr{height:2px;} #postBody hr{height:2px;}
#cmButton{height:48px;margin-top:48px;} #cmButton{height:48px;margin-top:48px;}
#comments{margin-top:64px;} #comments{margin-top:64px;}
.g-emoji{font-size:24px;} .g-emoji{font-size:24px;}