-
Notifications
You must be signed in to change notification settings - Fork 90
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
Adding LFGM campaign #1397
Adding LFGM campaign #1397
Conversation
Visit the preview URL for this PR (updated for commit 6758037): https://astar-apps--pr1397-lfgm-p51kvo2c.web.app (expires Mon, 21 Oct 2024 07:21:29 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: dd76fe72958fe2910fef9d53f0b4539b82b849db |
@gtg7784 thanks!! |
Of course, I'll update it |
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.
LGTM!
.menu__assets { | ||
margin-top: -276px; | ||
margin-top: calc(-276px - 120px); |
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.
why not just put 156px
?
margin-top: calc(-230px - 120px); | ||
} | ||
|
||
.menu__staking { | ||
margin-top: -184px; | ||
margin-top: calc(-184px - 120px); | ||
} | ||
|
||
.menu__bridge { | ||
margin-top: -138px; | ||
margin-top: calc(-138px - 120px); |
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 as above, why the calc()
?
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.
because there is a possibility to remove this banner in future, I thought that it's better to use calc to not calculate back again and prevent mis-calculation the values
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.
Since it's for documentation purpose, I'd advise using a comment instead of calc.
* Adding LFGM campaign (#1397) * add lfgm link to links * add lfgm asset * add lfgm image to desktop sidebar * add lfgm image to mobile nav * add target as block to open new window * hide blog section (#1399) * hide blog section * add forum to mobile nav * Remove leaderboard for voting period (#1403) * Remove leaderboard for voting period * Added empty div instead voting leaderboard to preserve vertical spacing * Delete Neurolanche from dapp_promotions.json (#1405) * Delete Neurolanche from dapp_promotions.json * Delete public/images/dapp_promotions/neurolanche.jpeg * Remove staked contracts check (#1400) * Startale link fix (#1408) * add governance link to mobile nav (#1409) --------- Co-authored-by: Taegeon Alan Go <[email protected]> Co-authored-by: Neurolanche X Labs <[email protected]>
Pull Request Summary
Check list
This pull request makes the following changes:
Adds