diff --git a/app/assets/stylesheets/card-columns.css b/app/assets/stylesheets/card-columns.css index 8c84f7bbd..ad0227d67 100644 --- a/app/assets/stylesheets/card-columns.css +++ b/app/assets/stylesheets/card-columns.css @@ -172,7 +172,7 @@ } .progress { - --max-height: 480px; + --max-height: 540px; background-color: var(--column-color); border-radius: 0 0 2em 2em; @@ -425,12 +425,25 @@ margin-block-start: 0.1em; } - &:not(.btn--link) { + &:not(.btn--link, .btn--circle) { border: 0; color: var(--color-link); } } + .column--new { + position: relative; + + &:after { + border-inline-start: 1px solid var(--color-ink-light); + content: ""; + block-size: calc(var(--btn-size) * 0.5); + inset: var(--btn-size) 0 0 0; + position: absolute; + transform: translateX(50%); + } + } + footer { font-size: var(--text-x-small); margin-block-end: calc(var(--block-space-half) * -1); diff --git a/app/views/cards/index/_add_card_button.html.erb b/app/views/cards/index/_add_card_button.html.erb index a8de2f165..83829af0d 100644 --- a/app/views/cards/index/_add_card_button.html.erb +++ b/app/views/cards/index/_add_card_button.html.erb @@ -1,9 +1,18 @@ <% if collection = user_filtering.single_collection %>