Always show post actions on mobile devices

This maintains previous show-on-hover effect for post actions on blog
index, but always shows the actions when on a mobile device.

Fixes #309
This commit is contained in:
Matt Baer 2021-04-06 11:09:38 -04:00
parent 5ecf613cb5
commit 5510ef15b5
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 {