feat(FN-5516): merge fusion/fn-5516

This commit is contained in:
gsxdsm
2026-05-22 17:24:38 -07:00
parent 45a3c6e426
commit d37bebf8bf
122 changed files with 340 additions and 180 deletions

View File

@@ -503,7 +503,7 @@
line-height: 1.5;
}
@media (max-width: 768px), (max-height: 480px) {
@media (max-width: 768px) {
.auth-provider-card--cli .auth-provider-info {
flex-wrap: wrap;
}
@@ -1169,7 +1169,7 @@
background: var(--bg-hover);
}
@media (max-width: 768px), (max-height: 480px) {
@media (max-width: 768px) {
.model-onboarding-modal {
/* Reset the desktop min-width/min-height — they pin the modal at 640×480
and force horizontal overflow on phones (≤414px). The fullscreen
@@ -1482,7 +1482,7 @@
align-self: stretch;
}
@media (max-width: 768px), (max-height: 480px) {
@media (max-width: 768px) {
.auth-device-code-panel {
width: 100%;
}