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:
parent
dfbcf2d2c7
commit
05b6566808
|
@ -109,6 +109,7 @@ svg {
|
|||
}
|
||||
.post-header time {
|
||||
padding-left: 1em;
|
||||
text-align: right;
|
||||
}
|
||||
.post-time_header {
|
||||
margin-left: auto;
|
||||
|
|
Loading…
Reference in New Issue