diff --git a/kolibri/plugins/device/assets/src/views/ManageContentPage/ChannelPanel/ChannelDetails.vue b/kolibri/plugins/device/assets/src/views/ManageContentPage/ChannelPanel/ChannelDetails.vue index 4c859997bf..1f814c89e1 100644 --- a/kolibri/plugins/device/assets/src/views/ManageContentPage/ChannelPanel/ChannelDetails.vue +++ b/kolibri/plugins/device/assets/src/views/ManageContentPage/ChannelPanel/ChannelDetails.vue @@ -135,8 +135,8 @@ max-width: $thumbside; height: auto; max-height: $thumbside; - object-fit: contain; margin-right: 16px; + object-fit: contain; } .thumbnail-svg { diff --git a/packages/kolibri-tools/package.json b/packages/kolibri-tools/package.json index e01a6cb6ab..6bcd3e0d03 100644 --- a/packages/kolibri-tools/package.json +++ b/packages/kolibri-tools/package.json @@ -75,7 +75,7 @@ "style-loader": "^3.3.4", "stylelint": "14.16.1", "stylelint-config-prettier": "9.0.5", - "stylelint-config-recess-order": "4.4.0", + "stylelint-config-recess-order": "4.6.0", "stylelint-config-recommended-scss": "9.0.1", "stylelint-config-sass-guidelines": "10.0.0", "stylelint-config-standard": "24.0.0", diff --git a/yarn.lock b/yarn.lock index b572c381f5..cabb5b621d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10861,10 +10861,10 @@ stylelint-config-prettier@9.0.5: resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-9.0.5.tgz#9f78bbf31c7307ca2df2dd60f42c7014ee9da56e" integrity sha512-U44lELgLZhbAD/xy/vncZ2Pq8sh2TnpiPvo38Ifg9+zeioR+LAkHu0i6YORIOxFafZoVg0xqQwex6e6F25S5XA== -stylelint-config-recess-order@4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recess-order/-/stylelint-config-recess-order-4.4.0.tgz#1c57dbad7c62647fb4699157100b97e80cc97b00" - integrity sha512-Q99kvZyIM/aoPEV4dRDkzD3fZLzH0LXi+pawCf1r700uUeF/PHQ5PZXjwFUuGrWhOzd1N+cuVm+OUGsY2fRN5A== +stylelint-config-recess-order@4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recess-order/-/stylelint-config-recess-order-4.6.0.tgz#b4c851c490b4e626b14712686b1eab1e4b17e253" + integrity sha512-V76fhv3YtcNXh/hyAuAdSzi5FmcrG54Mp2AThJ3D/PTMTSYzUPd7GIhP6z9mTqnRhmkk6YTfcu/JWB8h+Yrcaw== dependencies: stylelint-order "6.x"