[i294] Inconsistent host page layouts #298

Merged
rho_n merged 2 commits from i294_Inconsistent-host-page-layouts into main 2025-11-08 13:43:49 +00:00

View File

@@ -703,9 +703,15 @@ fieldset > table td input[type="radio"] {
border-radius: 0.25rem;
}
#host {
justify-content: flex-start;
align-items: end;
gap: 0;
justify-content: center;
align-items: center;
gap: 0.5rem;
}
#host_id {
text-align: center;
}
#host_id > h2 {
margin-top: 0;
}
#host_id img {
border-radius: 0.25rem;
@@ -884,7 +890,7 @@ nav.episodes span a:hover svg #bar {
max-width: 45%;
}
#host {
gap: 1rem;
gap: 2rem;
}
nav.episodes {
display: inline-block;