Skip to content

Commit 1c1b0bf

Browse files
authored
fix(ui): scale login UI contents to container width aws#5352
1 parent b5e305e commit 1c1b0bf

File tree

1 file changed

+6
-0
lines changed
  • packages/core/src/login/webview/vue

1 file changed

+6
-0
lines changed

packages/core/src/login/webview/vue/base.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@
99
/* Alignment */
1010
--auth-container-top: 15%;
1111
}
12+
13+
@media (max-width: 260px) {
14+
body {
15+
scale: 0.6;
16+
}
17+
}

0 commit comments

Comments
 (0)