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

fix: Make Speaker description width 100% for 992px to 1200px screen #2353

Merged
merged 5 commits into from Oct 13, 2020

Conversation

dsnehasish74
Copy link
Member

@dsnehasish74 dsnehasish74 commented Oct 1, 2020

Previously it was of width 50% by default ............ according to this issue I made it 100%.

Checklist

Short description of what this resolves:

Changes proposed in this pull request:

Fixes #2322

Previously it was of width 50% by default ............ according to this issue I made it 100%.
Copy link
Contributor

@rishi-raj-jain rishi-raj-jain left a comment

Choose a reason for hiding this comment

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

This seems fine.
Maybe add padding-top as well so that the author name doesn't stick to the image?

added 40px padding at top so that  the author name doesn't stick to the image
@@ -1396,8 +1396,9 @@ a {
}

.speaker-description {
padding-top:40px;

Choose a reason for hiding this comment

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

Colon after property should be followed by one space

Copy link
Member

Choose a reason for hiding this comment

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

Colon after property should be followed by one space

@digitalPlayer1125 read this...

Copy link
Contributor

Choose a reason for hiding this comment

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

This has been already resolved.

Copy link
Contributor

@rishi-raj-jain rishi-raj-jain left a comment

Choose a reason for hiding this comment

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

Just a change, I think having padding-top as 20px would be better than 40px, as 40px is more of overuse of whitespace. Compare the two screenshots as attached. Makes sense?
image
image

Copy link
Contributor

@rishi-raj-jain rishi-raj-jain left a comment

Choose a reason for hiding this comment

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

Great! @iamareebjamal @mariobehling This seems good to go with!

Copy link
Member

@Raunaksingh100 Raunaksingh100 left a comment

Choose a reason for hiding this comment

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

Plz fixed your travis cl failed ........

@rishi-raj-jain
Copy link
Contributor

@Raunaksingh100 As you can see that it is just a change in CSS, the travis CI error has nothing to do with it [It is caused due to Selenium Timeout]

@iamareebjamal iamareebjamal changed the title Make Speaker description width 100% for 992px to 1200px screen fix: Make Speaker description width 100% for 992px to 1200px screen Oct 13, 2020
@iamareebjamal iamareebjamal merged commit da1083c into fossasia:development Oct 13, 2020
@auto-label auto-label bot added the fix label Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Speaker description width is not 100%
5 participants