diff --git a/app/assets/stylesheets/buttons.css b/app/assets/stylesheets/buttons.css index a6e1e1139..693ba2429 100644 --- a/app/assets/stylesheets/buttons.css +++ b/app/assets/stylesheets/buttons.css @@ -201,15 +201,19 @@ } :first-of-type .btn { - border-top-left-radius: 2em; border-bottom-left-radius: 2em; + border-inline-end: 0; + border-top-left-radius: 2em; flex: 1 0 50%; + padding-inline-end: 0.8em; } :last-of-type .btn { - border-top-right-radius: 2em; border-bottom-right-radius: 2em; + border-inline-start: 0; + border-top-right-radius: 2em; flex: 1 0 50%; + padding-inline-start: 0.8em; } span { diff --git a/app/assets/stylesheets/cards.css b/app/assets/stylesheets/cards.css index 61beab9b2..8a30732ed 100644 --- a/app/assets/stylesheets/cards.css +++ b/app/assets/stylesheets/cards.css @@ -153,7 +153,8 @@ &.card__actions-container--top { margin: calc(var(--block-space) * 1) auto calc(var(--block-space) * -0.66); - min-inline-size: 30ch; + min-inline-size: 28ch; + padding: 0; #header:has(&) { position: relative; diff --git a/app/views/cards/show.html.erb b/app/views/cards/show.html.erb index 93f338f8a..c4a621a00 100644 --- a/app/views/cards/show.html.erb +++ b/app/views/cards/show.html.erb @@ -23,23 +23,25 @@ <%= link_to_home %> <%= link_to_back fallback_path: cards_path(collection_id: @card.collection) %> -