-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
activetab to profile #1000
Conversation
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.
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! 😀
@narayan954 review it. |
congratulations on doing the 1000th contribution on this project!! :) |
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.
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; |
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.
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.
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.
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
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.
looks good to me!
Fixed #995
close #995
set the activetab class to profile in sidebar and also remove horizontal line.