mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00:00
Merge pull request #449 from writefreely/fix-actions-on-mobile
Always show post actions on mobile devices
This commit is contained in:
commit
4ec8ffa699
1 changed files with 5 additions and 0 deletions
|
@ -1515,6 +1515,11 @@ div.row {
|
|||
margin-left: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
article {
|
||||
.hidden {
|
||||
.opacity(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
|
Loading…
Reference in a new issue