Make it clearer why the app bar elements need to be hidden individually

This commit is contained in:
Robin
2026-06-23 09:42:28 +02:00
parent 504888b359
commit be5d8140c9

View File

@@ -71,15 +71,17 @@
@media (max-height: 450px) {
.bar {
display: none;
}
.bar:has(.subtitle) {
display: initial;
.title,
.primaryButton,
.secondaryButton {
display: none;
}
}
.bar:has(.subtitle) {
display: initial;
> header {
grid-template-columns: 1fr;
grid-template-rows: var(--cpd-space-5x) minmax(var(--cpd-space-5x), auto);