Skip to content

Instantly share code, notes, and snippets.

@uamv
Created June 17, 2020 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uamv/c4e8669802f7a1cdea182056a9389666 to your computer and use it in GitHub Desktop.
Save uamv/c4e8669802f7a1cdea182056a9389666 to your computer and use it in GitHub Desktop.
Style TickTick Kanban Boards
.column-list-view .column-list .column-list-content {
flex-direction: column;
flex-wrap: wrap;
max-height: calc( 100vh - 72px );
width: fit-content;
}
.column-list-view .column {
margin: 0 1.5em 2em 6px;
height: fit-content;
width: 375px;
}
.column-list-view .column .column-inner {
height: fit-content;
position: relative;
}
.column-list-view .column .tl-title {
max-width: none;
}
.out-detail-pop {
height: 42vh !important;
width: 700px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment