Merge pull request #449 from writefreely/fix-actions-on-mobile

Always show post actions on mobile devices
fix-feed-for-untitled-posts
Matt Baer 4 years ago committed by GitHub
commit 4ec8ffa699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      less/core.less

@ -1515,6 +1515,11 @@ div.row {
margin-left: 0; margin-left: 0;
margin-top: 0; margin-top: 0;
} }
article {
.hidden {
.opacity(1);
}
}
} }
@media print { @media print {

Loading…
Cancel
Save