Skip to content

Commit

Permalink
Collapse: reduce column padding-top as gap looks biiig when collapsed
Browse files Browse the repository at this point in the history
  • Loading branch information
roovo committed Jan 30, 2023
1 parent d3f91a4 commit 7f60605
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- need to update collapsed columns if columns are added or removed
- need to do something different in RTL mode
- arrow needs reversing and putting at the top of collapsed columns
- horizontal scrollbar isn't working properly (there can be things offscreen to the right
that I can't scroll into view (e.g. the completed column)
- update readme
Expand Down
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ li.is-after-active .card-board-tabs-inner {

.card-board-column {
flex: 0 0 auto;
padding: 1em;
padding: 0.6em 1em 1em 1em;
margin-right: 15px;
width: 20em;
background-color: var(--background-secondary);
Expand All @@ -133,12 +133,12 @@ li.is-after-active .card-board-tabs-inner {
overflow: visible;
margin: 0;
margin-right: 15px;
padding: 1em 0 0 0.3em;
padding: 0.6em 0 0 0.3em;
}

.card-board-column-header {
font-weight: var(--bold-weight);
margin-bottom: 1em;
margin-bottom: 0.6em;
display: flex;
align-items: center;
}
Expand Down

0 comments on commit 7f60605

Please sign in to comment.