Skip to content
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

activetab to profile #1000

Merged
merged 6 commits into from
Jul 27, 2023
Merged

activetab to profile #1000

merged 6 commits into from
Jul 27, 2023

Conversation

BhartiNagpure
Copy link
Contributor

Fixed #995

close #995

set the activetab class to profile in sidebar and also remove horizontal line.
Screenshot 2023-07-27 154225

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you BhartiNagpure! for creating this pull request and contributing to Dummygram! 💗

The maintainers will review this Pull Request and provide feedback as soon as possible! 😇
We appreciate your patience and contribution, Keep up the great work! 😀

@BhartiNagpure
Copy link
Contributor Author

@narayan954 review it.

@narayan954
Copy link
Owner

congratulations on doing the 1000th contribution on this project!! :)

Copy link
Owner

@narayan954 narayan954 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will fix the comment

@@ -44,7 +44,6 @@
--emoji-btn: rgb(240, 240, 123);
--profile-container: rgb(50, 48, 48);
--profile-box-shadow: 0 0 6px white;
--profile-divider: #898989;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you just removed the variable and that too for dark mode only, that's not recommended, you're just breaking the css there. You should've dealt with the occurrence as well, if it was being used anywhere else, it could've broken that as well.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's another occurrence of this variable in line 16 for light mode.
Also, this was being used in the divider element in profile page, so it was better to remove that divider instead. I'm fixing these, but please take care of this from next time

narayan954

This comment was marked as duplicate.

Copy link
Owner

@narayan954 narayan954 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me!

@narayan954 narayan954 merged commit 254fe5b into narayan954:master Jul 27, 2023
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

activetab
2 participants