Fix some layout issue in the onboarding views
This commit is contained in:
@@ -394,8 +394,8 @@ onMounted(async () => {
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
@@ -405,9 +405,9 @@ h1 {
|
||||
}
|
||||
|
||||
.view {
|
||||
margin: 60px 0;
|
||||
width: 100%;
|
||||
max-width: 500px;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user