mirror of https://github.com/Meekdai/Gmeek.git
修改post样式
This commit is contained in:
parent
ac556c5cba
commit
966d60ac0e
|
|
@ -2,3 +2,4 @@ __pycache__
|
|||
nohup.out
|
||||
.git-credentials
|
||||
venv/
|
||||
.idea
|
||||
|
|
@ -17,8 +17,16 @@
|
|||
.postTitle{margin: auto 0;font-size:40px;font-weight:bold;}
|
||||
.title-right{display:flex;margin:auto 0 0 auto;}
|
||||
.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;}
|
||||
|
||||
#cmButton{height:48px;margin-top:48px;}
|
||||
#comments{margin-top:64px;}
|
||||
.g-emoji{font-size:24px;}
|
||||
|
|
|
|||
Loading…
Reference in New Issue