From 785a1db2e6676ffd7a9e8273b8432abee8da387e Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 10 May 2025 21:39:04 +0200 Subject: move padding in browse track card This way, the map preview nicely touches the border, and the padding is onyl for the tabular data. --- asset-sources/theme.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'asset-sources') diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index d11f447..cfe8adb 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -290,6 +290,10 @@ strong { 'data'; } + &.card-body { + padding: 0px; + } + .browse-track-preview { grid-area: preview; @@ -305,6 +309,7 @@ strong { .browse-track-data { grid-area: data; + padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x); } } -- cgit v1.2.3