-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use modern SCSS package and syntax #47
base: develop
Are you sure you want to change the base?
Conversation
bring up to date
src/scss/custom/_community.scss
Outdated
@@ -102,7 +102,8 @@ $community-search-icon-border-radius: 5px; | |||
|
|||
.community-icon { | |||
img { | |||
border-top-left-radius: $community-search-icon-border-radius; | |||
border-top-left-radius: $community-search-icon-border-radius; | |||
object-fit: contain; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this object-fit rule
Sorry it took so long for me to see this 😅. I just need that one rule removed that was added in this PR 😋. If you change this PR to be in develop, I will merge it very soon, else it needs to wait for future Kurt 😅 Also how did you get around the gitHooks that is supossed to enforce emoji use 😞 |
So we want distorted images? |
AFAIK the PR also was meant as a draft, I did not yet manage to replace the |
Yup, I want stretchy for all the non square images Ah ok. I was impressed that there were so few file changes 😂 |
closes #46