fix: harden responsive accessibility contracts
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user