Skip to content

Commit

Permalink
Merge pull request #573 from kuzzleio/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauNeko authored Jun 20, 2023
2 parents 8301400 + ee1d888 commit cb32f49
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 30 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/child_repo.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
workflow_dispatch:
inputs:
repo_name:
description: "The name of the repository that triggered the workflow"
description: 'The name of the repository that triggered the workflow'
required: true
branch:
description: "The branch of the child repo to deploy"
description: 'The branch of the child repo to deploy'
required: false
version:
description: "The version of the product in the child repo"
description: 'The version of the product in the child repo'
required: true

env:
Expand All @@ -33,9 +33,6 @@ jobs:
- uses: actions/[email protected]
with:
node-version: ${{ env.NODE_VERSION }}
- uses: actions/setup-python@v4
with:
python-version: 2.7.18
- uses: ./.github/actions/dead-links
with:
repo_name: ${{ github.event.inputs.repo_name }}
Expand All @@ -51,9 +48,6 @@ jobs:
- uses: actions/[email protected]
with:
node-version: ${{ env.NODE_VERSION }}
- uses: actions/setup-python@v4
with:
python-version: 2.7.18
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/public/logos/hermes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/.vuepress/public/logos/keycloak.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/.vuepress/public/logos/open-id.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/.vuepress/public/logos/plugin-multi-tenancy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/.vuepress/public/logos/scheduler.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 14 additions & 16 deletions src/.vuepress/theme/styles/extensions/_tiles.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.Tiles {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
grid-gap: 2rem;

&-item {
width: 170px;
// height: 170px;
display: inline-block;
margin: 0 3% 3% 0;
padding: 15px 5px 5px 5px;
border-radius: 0.2rem;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
Expand All @@ -12,6 +12,15 @@
text-align: center;
position: relative;

display: flex;
flex-direction: column;

justify-content: center;
align-items: center;

width: 100%;
height: 100%;

&.min {
width: 11%;
height: 11%;
Expand All @@ -36,18 +45,7 @@

&-item-name {
color: $md-color-blue;
}

@include break-to-device(mobile) {
&-item {
width: 35%;
height: 35%;
margin: 0 16px 25px 0;
&.min {
width: 20%;
height: 20%;
}
}
margin-top: 0.5rem;
}

&-item:hover {
Expand Down

0 comments on commit cb32f49

Please sign in to comment.