From 0708d64bf1965d68a343f3bc1b097ea7b65a65fa Mon Sep 17 00:00:00 2001 From: Joachim Date: Sun, 23 May 2021 12:10:57 +0200 Subject: [PATCH] Update bookwyrm.css --- bookwyrm/static/css/bookwyrm.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bookwyrm/static/css/bookwyrm.css b/bookwyrm/static/css/bookwyrm.css index 6ff745d37..a695c18b5 100644 --- a/bookwyrm/static/css/bookwyrm.css +++ b/bookwyrm/static/css/bookwyrm.css @@ -51,6 +51,7 @@ body { .card-footer.is-stacked-mobile { flex-direction: column; } + .card-footer.is-stacked-mobile .card-footer-item:not(:last-child) { border-bottom: 1px solid #ededed; border-right: 0; @@ -384,7 +385,7 @@ ol.ordered-list li::before { border-bottom-right-radius: 2px; } } - + /* Dimensions * @todo These could be in rem. ******************************************************************************/