-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
refactor: remove abstracts/variables #11350
base: main
Are you sure you want to change the base?
Conversation
…e CSS variables in DropCard, ActiveCount, and DesktopControls components
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Deploying koda-art-prod with Cloudflare Pages
|
Quality Gate passedIssues Measures |
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.
can we reuse the media query viewports ?
padding-top: $navbar-desktop-min-height; | ||
padding-top: 80px; |
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.
not needed anywhere else ?
// until 1215px | ||
@media screen and (max-width: 1215px) { |
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.
can we reuse this number somehow
@@ -98,7 +87,8 @@ defineProps<{ | |||
} | |||
} | |||
@include until-widescreen { | |||
// until 1215px | |||
@media screen and (max-width: 1215px) { |
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.
same
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.
small color issue here
https://deploy-preview-11350--koda-canary.netlify.app/ahp/explore/items?listed=true
.is-ellipsis { | ||
@include mobile { | ||
@media (max-width: 640px) { | ||
white-space: unset; | ||
} | ||
} |
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.
is-ellipsis
does not seem to be used in this component.
<style scoped lang="scss"> | ||
@import '@/assets/styles/abstracts/variables'; | ||
.is-ellipsis { | ||
@include mobile { | ||
@media (max-width: 640px) { | ||
white-space: unset; | ||
} | ||
} |
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.
is-ellipsis
does not seem to be used in this component.
Thank you for your contribution to the Koda - Generative Art Marketplace.
👇 __ Let's make a quick check before the contribution.
PR Type
Context
abstracts/variables
in some files. part of CSS Refactoring step 1 #8071 and remove bulma css #9013tested on:
lmk if I miss in some page