diff --git a/src/Explorer/SplashScreen/SplashScreen.less b/src/Explorer/SplashScreen/SplashScreen.less index a8aa3b58d..d146c4fd6 100644 --- a/src/Explorer/SplashScreen/SplashScreen.less +++ b/src/Explorer/SplashScreen/SplashScreen.less @@ -30,6 +30,21 @@ margin: 0px auto; text-align: center; } + .splashStackContainer { + .splashStackRow { + display: flex; + gap: 0 16px; + + @media (max-width: 768px) { + flex-direction: column; + gap: 16px 0; + } + } + + @media (max-width: 768px) { + width: 85% !important; + } + } .mainButtonsContainer { .flex-display(); diff --git a/src/Explorer/SplashScreen/SplashScreen.tsx b/src/Explorer/SplashScreen/SplashScreen.tsx index a922a647a..c0ac6d46c 100644 --- a/src/Explorer/SplashScreen/SplashScreen.tsx +++ b/src/Explorer/SplashScreen/SplashScreen.tsx @@ -126,8 +126,12 @@ export class SplashScreen extends React.Component { useDatabases.getState().sampleDataResourceTokenCollection ) { return ( - - + + { }} /> - + {useQueryCopilot.getState().copilotEnabled && (