diff --git a/admin/builder.php b/admin/builder.php index d3f9ff7..46d9574 100644 --- a/admin/builder.php +++ b/admin/builder.php @@ -74,7 +74,7 @@ $page_title = $session ? 'Edit: ' . htmlspecialchars($session['name']) : 'Rosary <?= $page_title ?> — <?= htmlspecialchars($site_name) ?> - + @@ -308,7 +308,7 @@ var EXISTING_STEPS = [ 'attribution' => $s['attribution'] ?? 'leader_all', ], $edit_steps)) ?>; - + diff --git a/admin/novena_group.php b/admin/novena_group.php index da552f0..dfbead4 100644 --- a/admin/novena_group.php +++ b/admin/novena_group.php @@ -137,7 +137,7 @@ $mystery_labels = [ <?= htmlspecialchars($group['name']) ?> — <?= htmlspecialchars($site_name) ?> - + @@ -324,7 +324,7 @@ $mystery_labels = [ - + @@ -259,7 +259,7 @@ $page_title = $session ? 'Edit Session' : 'New Session'; - + diff --git a/assets/css/public.css b/assets/css/public.css index 12b1de8..16be393 100644 --- a/assets/css/public.css +++ b/assets/css/public.css @@ -333,6 +333,8 @@ body { .novena-hero-photo-wrap { flex-shrink: 0; + overflow: hidden; + border-radius: 50%; } .novena-hero-photo { diff --git a/assets/css/setup.css b/assets/css/setup.css index e934a9e..2f18a05 100644 --- a/assets/css/setup.css +++ b/assets/css/setup.css @@ -441,6 +441,8 @@ input:focus, select:focus { ---------------------------------------------------------------- */ .photo-preview-wrap { margin-bottom: 8px; + overflow: hidden; + border-radius: 6px; } .photo-preview { max-height: 120px;