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
pull/449/head
Matt Baer 4 years ago
parent 5ecf613cb5
commit 5510ef15b5
  1. 5
      less/core.less

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

Loading…
Cancel
Save