fix: harden responsive accessibility contracts

This commit is contained in:
NuklearRabbit
2026-07-29 16:22:46 +02:00
parent ae6c41ff90
commit a7ab2d6cc8
4 changed files with 33 additions and 5 deletions
+8
View File
@@ -2818,6 +2818,14 @@ kbd {
color: var(--text-faint);
font-size: 10px;
}
.action-panel-body .panel-callout > h2,
.action-panel-body .panel-callout > p {
display: none;
}
@media (max-height: 760px) {
.palette-backdrop { padding-top: 3vh; }
.palette-list { max-height: calc(100vh - 150px); }
}
.discovery-progress {
min-height: 260px;
display: grid;