File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed
packages/core/src/login/webview/vue Expand file tree Collapse file tree 4 files changed +11
-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 @@ -169,12 +169,14 @@ export default defineComponent({
169169 justify-content : space-between ;
170170 /* * The overall height of the container, then spacing is automatic between child elements */
171171 height : 7rem ;
172+ text-align : center ;
172173}
173174
174175#content-container > * {
175176 display : flex ;
176177 flex-direction : column ;
177178 align-items : center ;
179+ text-align : center ;
178180}
179181
180182#icon-container {
@@ -203,6 +205,7 @@ button#reauthenticate {
203205 padding : 0.3rem ;
204206 width : 80% ;
205207 user-select : none ;
208+ max-width : 260px ;
206209}
207210
208211button #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