File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
src/assetbundles/Navigate/dist/css Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change @@ -21,13 +21,11 @@ body.ltr .structure ul {
2121 margin-left : 0px ;
2222}
2323body .ltr .structure ul li {
24- background-position : 9px 2 px ;
24+ -- background-position-x : 9px ;
2525 padding-left : 47px ;
2626}
2727
2828body .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
You can’t perform that action at this time.
0 commit comments