-
Notifications
You must be signed in to change notification settings - Fork 890
Podcast Player: Clean-up styles & fix few remaining issues #15512
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
da36b38
Clean up duplicated CSS variables
WunderBart ea5fdf8
Don't use variable for ME background color
WunderBart 308c13b
Use editor variables for standard font sizes
WunderBart fe61f2a
Rename a few variables for clarity
WunderBart aa9134b
Move state classes comment under proper class
WunderBart 9ba33ea
Move block background-color where it belongs
WunderBart 8bff114
Move comment over related code
WunderBart 1b0b047
Improve colors styling
WunderBart a2c109b
Spread some shorthands for clarity and lint styles.scss
WunderBart 65ff357
Reorganized .mejs wrapper classes for easier reading
jeryj 174c2e2
Move link class for specificity bump
WunderBart 5d5b90b
Remove block border
WunderBart 3da2053
Update header markup
WunderBart 0e6698c
Add missing class to track link
WunderBart fd729e9
Correct track padding for no-js markup
WunderBart a3edfb9
Move no-js styling to the bottom of the sheet
WunderBart 491d687
Use bg color as text color for ME float element
WunderBart ba25ffe
Define generic gutters instead of cryptic paddings
WunderBart dbfb2d6
Move error color to a local var
WunderBart f6a1839
Use gutter-m instead of fixed value
WunderBart 444590c
Use provided var for description line-height
WunderBart 037cc6e
Wrap description text with <p>
WunderBart 21cf495
Do not add extra padding to the top of the list
WunderBart c0fb34b
Fix ME.js time element color
WunderBart 66b4af6
Removed unnecessary aria-live in SSR podcast header
jeryj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Good catch to change this to a
<p>. Testing looks good!