Browse Source
Merge pull request #2879 from Budibase/fix/ux-feedback
UX feedback updates
pull/2881/head
Martin McKeaveney
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
8 additions and
1 deletions
-
packages/builder/src/components/backend/DatasourceNavigator/modals/CreateDatasourceModal.svelte
-
packages/builder/src/pages/builder/portal/apps/index.svelte
|
|
@ -75,7 +75,7 @@ |
|
|
}} |
|
|
}} |
|
|
> |
|
|
> |
|
|
<Layout noPadding> |
|
|
<Layout noPadding> |
|
|
<Body size="XS" |
|
|
<Body size="S" |
|
|
>All apps need data. You can connect to a data source below, or add data |
|
|
>All apps need data. You can connect to a data source below, or add data |
|
|
to your app using Budibase's built-in database. |
|
|
to your app using Budibase's built-in database. |
|
|
</Body> |
|
|
</Body> |
|
|
|
|
|
@ -327,6 +327,13 @@ |
|
|
gap: 10px; |
|
|
gap: 10px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 560px) { |
|
|
|
|
|
.title { |
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
align-items: flex-start; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.select { |
|
|
.select { |
|
|
display: grid; |
|
|
display: grid; |
|
|
grid-template-columns: 1fr 1fr; |
|
|
grid-template-columns: 1fr 1fr; |
|
|
|