Fixed edited margin
This commit is contained in:
parent
3c92aa9c2b
commit
43372549c7
|
@ -1025,6 +1025,7 @@ form .post {
|
|||
.post .edited {
|
||||
font-weight: lighter;
|
||||
color: var(--color-text-duller);
|
||||
margin-left: 64px;
|
||||
}
|
||||
|
||||
.post .content {
|
||||
|
@ -1350,6 +1351,7 @@ form .post {
|
|||
|
||||
.post .content,
|
||||
.post .summary,
|
||||
.post .edited,
|
||||
.post .actions {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue