Does anyone know of an available CSS snippet that provides the ability to change the font style when printing?
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 :)
Hello James! You need only to put the existent CSS snippet for font size customization (https://checkvist.com/p/51415) into the Print styles text area on the Settings page (bottom right) https://checkvist.com/auth/profile#appearance.
ReplyDelete