From 904c023bf10d571cc8ef3690094a986a8de26f45 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 2 Mar 2026 11:18:00 +0000 Subject: [PATCH] Refactor series list display for improved layout and styling --- atlas/templates/atlas/user_uploads.html | 67 ++++++++++++++++--------- 1 file changed, 43 insertions(+), 24 deletions(-) diff --git a/atlas/templates/atlas/user_uploads.html b/atlas/templates/atlas/user_uploads.html index bdf98029..d1fe13d5 100644 --- a/atlas/templates/atlas/user_uploads.html +++ b/atlas/templates/atlas/user_uploads.html @@ -28,22 +28,30 @@ @@ -52,16 +60,21 @@ {% else %} @@ -354,6 +367,12 @@ .series-block-popup-link a { color: var(--muted); text-decoration: underline; } + .series-item { display: flex; gap: 12px; align-items: flex-start; } + .series-left { flex: 1; } + .series-right { margin-left: auto; text-align: right; } + .series-title { margin: 0 0 4px 0; font-size: 1rem; font-weight: 700; } + .series-meta div { line-height: 1.1; } + /* Selected state */ #series-list .selected { color: #fff;