gave width to login/signup page skeleton (#5153)

This commit is contained in:
Kiran Ashok 2023-01-03 12:03:15 +05:30 committed by GitHub
parent 4d7843836b
commit 47023bb8dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 9 deletions

View file

@ -59,7 +59,7 @@ class LoginPageComponent extends React.Component {
}
// If there is no organization found for single organization setup
// show form to sign up
// redirected here for self hsoted version
// redirected here for self hosted version
this.props.history.push('/setup');
this.setState({

View file

@ -943,6 +943,8 @@
justify-content: center;
align-items: center;
height: 100vh;
width: 352px;
margin: 0 auto;
}
.spinner-center {

View file

@ -7713,13 +7713,6 @@ tbody {
position: relative;
}
.loader-wrapper {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.spinner-center {
margin: 0 auto
}
@ -8318,7 +8311,8 @@ tbody {
display: block;
}
.toojet-db-table-footer, .home-page-footer {
.toojet-db-table-footer,
.home-page-footer {
position: fixed;
bottom: 0px;
width: -webkit-fill-available;