Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Mar 21, 2024
1 parent 1bb7a24 commit 782d0cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/assets/src/css/unify-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ body {
.sx-category-list-small img {
width: 100%;
aspect-ratio: 1/1;
border-radius: var(--base-radius);
}


Expand Down
2 changes: 1 addition & 1 deletion src/views/widgets/TreeMenuCmsWidget/sub-catalog-small.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
new \skeeks\cms\components\imaging\filters\Thumbnail([
'w' => 200,
'h' => 200,
'm' => \Imagine\Image\ManipulatorInterface::THUMBNAIL_INSET,
'm' => \Imagine\Image\ManipulatorInterface::THUMBNAIL_OUTBOUND,
]), $model->code
)); ?>
" alt="<?= $model->name; ?>">
Expand Down

0 comments on commit 782d0cb

Please sign in to comment.