Always align action items to the right even when the window is small

This commit is contained in:
Shizun Ge 2020-06-10 22:24:11 -05:00 committed by GitHub
parent ca918bc7e3
commit c9618458cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@ -694,6 +694,10 @@ a.button {
margin-top: 5px;
}
.item-meta ul:last-child {
margin-left: auto;
}
.item-meta li {
display: inline;
}