Clean up layout of host meta info on host page

For small displays insure the meta info box wraps
and is displayed below the host id box.
This commit is contained in:
2025-11-08 08:15:18 -05:00
parent f11106223c
commit c85a4b8c6e

View File

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