mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-25 16:51:00 +00:00
Fixed edited margin
This commit is contained in:
parent
3c92aa9c2b
commit
43372549c7
1 changed files with 2 additions and 0 deletions
|
@ -1025,6 +1025,7 @@ form .post {
|
||||||
.post .edited {
|
.post .edited {
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
color: var(--color-text-duller);
|
color: var(--color-text-duller);
|
||||||
|
margin-left: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post .content {
|
.post .content {
|
||||||
|
@ -1350,6 +1351,7 @@ form .post {
|
||||||
|
|
||||||
.post .content,
|
.post .content,
|
||||||
.post .summary,
|
.post .summary,
|
||||||
|
.post .edited,
|
||||||
.post .actions {
|
.post .actions {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue