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

Always show post actions on mobile devices
This commit is contained in:
Matt Baer 2021-04-19 16:22:44 -04:00 committed by GitHub
commit 4ec8ffa699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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