Fixed edited margin

pull/237/head
Andrew Godwin 2022-12-22 04:12:25 +00:00
rodzic 3c92aa9c2b
commit 43372549c7
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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