Skip to content

Commit 460d6a4

Browse files
authored
fix: center Q login logo (#4805)
1 parent 1c9003c commit 460d6a4

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Amazon Q: update login logo styling"
4+
}

plugins/core/webview/src/q-ui/components/logo.vue

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ export default defineComponent({
2020
return this.$store.state.stage
2121
},
2222
logoPosition() {
23-
if (this.stage === 'REAUTH') {
24-
return "logoIconCenter"
25-
}
26-
27-
return "logoIconLeft"
23+
return "logoIconCenter"
2824
}
2925
}
3026
})
@@ -104,14 +100,6 @@ export default defineComponent({
104100
</template>
105101

106102
<style scoped lang="scss">
107-
.logoIconLeft {
108-
display: flex;
109-
flex-direction: row;
110-
justify-content: left;
111-
align-items: flex-start;
112-
padding-top: 75px;
113-
height: auto;
114-
}
115103
116104
.logoIconCenter {
117105
display: flex;

0 commit comments

Comments
 (0)