Skip to content

Commit f2f8dcb

Browse files
committed
Merge branch 'release-55.1.0' into v5
2 parents e47d042 + 22ccc5e commit f2f8dcb

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 5.1.0 - 2024-04-30
8+
### Fixed
9+
- Updated styling to match Craft 5.1.0 ([#72](https://github.com/studioespresso/craft-navigate/pull/72))
10+
711
## 5.0.1 - 2024-02-14
812
### Fixed
913
- Fixed missing Dutch translations

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "studioespresso/craft-navigate",
33
"description": "Navigation plugin for Craft CMS",
44
"type": "craft-plugin",
5-
"version": "5.0.1",
5+
"version": "5.1.0",
66
"keywords": [
77
"craft",
88
"cms",
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"require": {
27-
"craftcms/cms": "^5.0.0-alpha"
27+
"craftcms/cms": "^5.1.0"
2828
},
2929
"require-dev": {
3030
"craftcms/ecs": "dev-main",

src/assetbundles/Navigate/dist/css/Navigate.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ body.ltr .structure ul {
2121
margin-left: 0px;
2222
}
2323
body.ltr .structure ul li {
24-
background-position: 9px 2px;
24+
--background-position-x: 9px;
2525
padding-left: 47px;
2626
}
2727

2828
body.ltr .structure ul li:not(:last-child):not(.last) {
29-
padding-left: 36px;
30-
border-left: 1px solid #e3e5e8;
3129
margin-left: 9px;
3230
}
3331

0 commit comments

Comments
 (0)