File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
packages/core/src/login/webview/vue Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 99 /* Alignment */
1010 --auth-container-top : 15% ;
1111}
12-
13- @media (max-width : 260px ) {
14- body {
15- scale : 0.6 ;
16- }
17- }
Original file line number Diff line number Diff line change @@ -592,7 +592,8 @@ export default defineComponent({
592592 margin : auto ;
593593 position : absolute ;
594594 top : var (--auth-container-top );
595- width : 260px ;
595+ max-width : 260px ;
596+ width : 90vw ;
596597}
597598
598599.header {
Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ button#reauthenticate {
203203 padding : 0.3rem ;
204204 width : 80% ;
205205 user-select : none ;
206+ max-width : 260px ;
206207}
207208
208209button #signout {
Original file line number Diff line number Diff line change @@ -188,4 +188,10 @@ body.vscode-high-contrast:not(body.vscode-high-contrast-light) .icon .svg-path {
188188body .vscode-high-contrast-light .icon .svg-path {
189189 fill : black ;
190190}
191+
192+ .item-container-base .text .p {
193+ white-space : nowrap ;
194+ overflow : hidden ;
195+ text-overflow : ellipsis ;
196+ }
191197 </style >
You can’t perform that action at this time.
0 commit comments