Loading browser/components/newtab/aboutwelcome/content/aboutwelcome.css +5 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,11 @@ body[lwt-newtab-brighttext] { transform: unset; } .welcome-container .onboardingContainer { min-width: 700px; min-height: 610px; } .onboardingContainer { text-align: center; height: 100vh; Loading browser/components/newtab/content-src/aboutwelcome/aboutwelcome.scss +10 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ $break-point-small: 570px; $break-point-medium: 610px; $break-point-large: 866px; $container-min-width: 700px; $logo-size: 80px; $main-section-width: 504px; $noodle-buffer: 106px; Loading Loading @@ -57,6 +58,14 @@ body { } } // Styling for about:welcome background container .welcome-container { .onboardingContainer { min-width: $container-min-width; min-height: $break-point-medium; } } .onboardingContainer { text-align: center; height: 100vh; Loading Loading @@ -1032,7 +1041,7 @@ body { [pos='corner'] { background-color: transparent; min-width: 700px; min-width: $container-min-width; .section-left { display: flex; Loading Loading
browser/components/newtab/aboutwelcome/content/aboutwelcome.css +5 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,11 @@ body[lwt-newtab-brighttext] { transform: unset; } .welcome-container .onboardingContainer { min-width: 700px; min-height: 610px; } .onboardingContainer { text-align: center; height: 100vh; Loading
browser/components/newtab/content-src/aboutwelcome/aboutwelcome.scss +10 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ $break-point-small: 570px; $break-point-medium: 610px; $break-point-large: 866px; $container-min-width: 700px; $logo-size: 80px; $main-section-width: 504px; $noodle-buffer: 106px; Loading Loading @@ -57,6 +58,14 @@ body { } } // Styling for about:welcome background container .welcome-container { .onboardingContainer { min-width: $container-min-width; min-height: $break-point-medium; } } .onboardingContainer { text-align: center; height: 100vh; Loading Loading @@ -1032,7 +1041,7 @@ body { [pos='corner'] { background-color: transparent; min-width: 700px; min-width: $container-min-width; .section-left { display: flex; Loading