mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
fix :: setupscreen for admin broken in lower resultion fix (#5157)
This commit is contained in:
parent
b5d456a7fb
commit
848d8ba2dc
1 changed files with 22 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue