From 2f3d602deb58ff7a6a1210f6ee132e43c30b9329 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 20 Nov 2025 16:02:59 -0600 Subject: [PATCH] No longer used These are for the old closed section at the bottom of the screen and are no longer relevant --- app/assets/stylesheets/print.css | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/app/assets/stylesheets/print.css b/app/assets/stylesheets/print.css index 890e27ac3..c79493458 100644 --- a/app/assets/stylesheets/print.css +++ b/app/assets/stylesheets/print.css @@ -125,13 +125,11 @@ .card--new, .cards__decoration, .card-columns:before, - .cards--considering:before, - .cards--closed:before { + .cards--considering:before { display: none; } - .card-columns, - .cards--closed { + .card-columns { border-block-start: var(--border-light); margin-block-end: 1ch; min-block-size: unset; @@ -156,21 +154,6 @@ } } - .cards--closed { - .card:nth-of-type(7) { - margin-block: 0; - } - - .card:nth-of-type(n+7) { - border-inline: none; - max-inline-size: none; - } - - .card:nth-of-type(n+8) { - margin-block-start: calc(-1 * var(--cards-gap) - 1px); - } - } - /* Card perma /* ------------------------------------------------------------------------ */