-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
no padding no back gradient #12845
no padding no back gradient #12845
Conversation
@@ -73,6 +73,10 @@ | |||
display: none !important; | |||
} | |||
|
|||
.show-first-page-overlay .i-amphtml-story-navigation-help-overlay { |
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 it an issue if you simply unset padding from the general .i-amphtml-story-navigation-help-overlay
selector, as opposed to overriding?
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.
its basically that one case need it one doesn't so as more cases come up, may be then it's a good time to refactor this
small fix to show full scale gradient in case of no previous page.