Skip to content

Commit

Permalink
Merge pull request #17 from eea/develop
Browse files Browse the repository at this point in the history
proper tap size mobile devices
  • Loading branch information
claudiaifrim authored Oct 3, 2022
2 parents 6914f8a + 94317bf commit 6a51dbd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [2.0.9](https://github.com/eea/volto-industry-theme/compare/2.0.8...2.0.9) - 3 October 2022

#### :hammer_and_wrench: Others

- proper tap size mobile devices [andreiggr - [`7330c31`](https://github.com/eea/volto-industry-theme/commit/7330c31773c5cc2976283db204a5f96cc3bc1579)]
### [2.0.8](https://github.com/eea/volto-industry-theme/compare/2.0.7...2.0.8) - 30 September 2022

#### :hammer_and_wrench: Others

- Add cypress dependency [Miu Razvan - [`9d8bbb6`](https://github.com/eea/volto-industry-theme/commit/9d8bbb674404a10dea6d07ee911bba7ee3d45d94)]
- Use latest volto-tableau [Miu Razvan - [`675aef0`](https://github.com/eea/volto-industry-theme/commit/675aef0bc681e49ae03e365eb5f493dbcf246ff3)]
- Change order of advanced filters [Miu Razvan - [`7fe92ee`](https://github.com/eea/volto-industry-theme/commit/7fe92ee092ce8905a3e90f0cf3f4eadb284894a6)]
### [2.0.7](https://github.com/eea/volto-industry-theme/compare/2.0.6...2.0.7) - 28 September 2022

#### :hammer_and_wrench: Others
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-industry-theme",
"version": "2.0.8",
"version": "2.0.9",
"description": "@eeacms/volto-industry-theme: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
7 changes: 7 additions & 0 deletions src/theme/site/elements/header.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,10 @@
}
}
}

@media only screen and (max-width: @largestTabletScreen) {
.item {
min-height: 50px;
min-width: 50px;
}
}

0 comments on commit 6a51dbd

Please sign in to comment.