fix :: setupscreen for admin broken in lower resultion fix (#5157)

This commit is contained in:
Kiran Ashok 2023-01-03 13:07:26 +05:30 committed by GitHub
parent b5d456a7fb
commit 848d8ba2dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,10 +193,6 @@
}
}
// .home-page {
// height: 100vh;
// }
.info-screen-description {
margin-bottom: 0px !important;
font-family: 'Roboto';
@ -1452,4 +1448,25 @@
margin-bottom: 4px !important;
}
// ONBOARDING-SELF-HOST STYLES END------->
// ONBOARDING-SELF-HOST STYLES END------->
// setup screen
@media only screen and (max-width: 1200px) {
.sh-setup-banner-inner {
width: 100% !important;
}
}
@media only screen and (max-width: 1024px) {
.sh-setup-sub-banner {
width: 80% !important;
}
}
@media only screen and (max-width: 786px) {
.sh-setup-sub-banner {
width: 100% !important;
}
}