Skip to content

Commit 926fca0

Browse files
authWebview: mior fix CC webview text + adjust webview width (#3641)
fix CC webview text, adjust webview width Signed-off-by: Nikolas Komonen <[email protected]>
1 parent 51725e5 commit 926fca0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/auth/ui/vue/root.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export default defineComponent({
232232
},
233233
methods: {
234234
isLandscape() {
235-
return this.currWindowWidth > 1120
235+
return this.currWindowWidth > 1170
236236
},
237237
isAnyServiceSelected(): boolean {
238238
return serviceItemsState.selected !== undefined
@@ -389,8 +389,7 @@ export default defineComponent({
389389
}
390390
391391
#left-column {
392-
min-width: 500px;
393-
max-width: 500px;
392+
width: 550px;
394393
box-sizing: border-box;
395394
margin-top: 10px;
396395
}

src/auth/ui/vue/serviceItem.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ const staticServiceItemProps: Readonly<Record<ServiceItemId, { title: string; de
136136
description: 'Build applications faster with your AI coding companion.',
137137
},
138138
codecatalyst: {
139-
title: 'CodeCatalyst: Launch cloud-based Dev Environments',
140-
description: 'Spark a faster planning, development, and delivery lifecycle on AWS.',
139+
title: 'CodeCatalyst: Launch CodeCatalyst Dev Environments',
140+
description: 'Spend more time coding and less time managing development environments.',
141141
},
142142
}
143143

0 commit comments

Comments
 (0)