Is it just me, or the share button in the toolbar is missing right now?
A CSS hack which creates a Kanban-like board UI in a specified list:
A CSS hack which creates a Kanban-like board UI in a specified list: #list_481388 ul.topLevel { display: flex; } #list_481388 ul.topLevel > li { flex: 1 1 auto; } #list_481388 ul.topLevel > li > .frame{ display: none; } #parentTask_0 div.coreDiv { margin-right: 20px; } May be, will be useful to someone :)
I just checked. The button is there. (Safari on iOS.)
ReplyDeleteMay be you are logged out and viewing a public list?
ReplyDeleteThis is interesting. It is invisible on chrome, but visible in Safari on mac. When I use devtools, the following element has "display: none" in the computed CSS
ReplyDeleteshare
It turns out AdBlock Plus is hiding the element, because of the shareLink class.
ReplyDeleteishan chhabra Hello, thanks a lot for the investigation of the problem! May I ask you to take a look whether the problem is fixed on https://beta.checkvist.com site - we've renamed the corresponding CSS class.
ReplyDeleteThanks!
It works as expected in beta. Thanks for the quick turnaround.
ReplyDelete