Fix time being aligned to the left when the width is small enough

https://hachyderm.io/@JessTheUnstill@infosec.exchange/111053322542412484
This commit is contained in:
blankie 2023-12-27 09:41:40 +11:00
parent dfbcf2d2c7
commit 05b6566808
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ svg {
}
.post-header time {
padding-left: 1em;
text-align: right;
}
.post-time_header {
margin-left: auto;