Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog

## [Unreleased](https://github.com/shift72/core-template/compare/1.9.28...HEAD)
## [Unreleased](https://github.com/shift72/core-template/compare/1.9.29...HEAD)

## [1.9.29](https://github.com/shift72/core-template/compare/1.9.28...1.9.29)

### Added

- unique class and data tags on sliders / lists

### Changed

- removed extra space in cast list
- tweak styling of meta detail links

### Fixed

- Shadow under posters
- add missing poppins font files for italic / weights

## [1.9.28](https://github.com/shift72/core-template/compare/1.9.27...1.9.28)

Expand All @@ -10,7 +26,7 @@

### Changed

- Cast list: remove erroneous space before comma. CSS tweaks for the link underlines
- Cast list: remove erroneous space before comma. CSS tweaks for the link underlines

## [1.9.27](https://github.com/shift72/core-template/compare/1.9.26...1.9.27)

Expand Down
6 changes: 3 additions & 3 deletions kibble.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "core-template",
"version": "1.9.28",
"siteUrl": "https://staging-store-kibble.shift72.com",
"version": "1.9.29",
"siteUrl": "https://tvoddemo.shift72.com",
"builderVersion": "0.17.8",
"defaultLanguage": "en",
"languages": {
Expand Down Expand Up @@ -195,5 +195,5 @@
"pageSize": 0
}
],
"coreTemplateVersion": "1.9.28"
"coreTemplateVersion": "1.9.29"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shift72/core-template",
"version": "1.9.28",
"version": "1.9.29",
"description": "Shift72 core template",
"license": "MIT",
"scripts": {
Expand Down
12 changes: 8 additions & 4 deletions site/styles/_meta-detail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,12 @@
}

> .poster {
margin-bottom: 5px;
margin-bottom: 25px;
}
}

s72-image {
display: flex;
}
.poster {
animation: fadein 2s;
display: block;
Expand All @@ -167,6 +169,10 @@
margin-right: 20px;
width: 110px;

&.poster-image {
margin-bottom: 0px;
}

@include media-breakpoint-up(xs) {
width: 155px;
}
Expand Down Expand Up @@ -487,7 +493,6 @@ s72-element-switcher {
}
}


comment-section {
display: block;
margin-bottom: 3rem;
Expand All @@ -499,5 +504,4 @@ comment-section {
padding-left: var(--page-detail-padding-hz-lg);
padding-right: var(--page-detail-padding-hz-lg);
}

}