-
Notifications
You must be signed in to change notification settings - Fork 698
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 show-more being displayed over chat messages #99
Conversation
As per erming/shout#568: With this PR I tried fixing #366 by changing it's position to relative. It wasn't a pretty sight to see "Show more" bar on existing chat messages. With this fix Show More button no more will overlap with the underneath text. As in: ![chrome_2016-02-22_16-43-50](https://cloud.githubusercontent.com/assets/10355660/13222386/6e609994-d988-11e5-9568-b2cb97fe4137.png) Result will be like: ![Test image](https://cloud.githubusercontent.com/assets/10355660/12207394/0d0ff402-b64f-11e5-9e9d-28108b518998.png) This fix also includes @xPaw 's contribution as well. PS: I mistakenly added another commit to this PR and removed it later. See #88 for the next one.
You've re-created the PR, but missed the discussion. Your fix should work as well if you remove Also you forgot to move over the changes that remove the no longer necessary padding and margins. |
Linking to #87 for discussion purposes. |
@xPaw, do you want to take ownership of this one? |
My bad, I totally forgot it after trying to rebase a few times. ^^ Removed padding related css entries as well. |
So you've created a new PR over the last one, but it includes exact same changes. Have you tested by removing |
Yes, Over chrome, the results were the same with Well, not exactly the same. The last PR had some extra commits I included by mistake so I had to cancel that one. That's the reason I opened a new one, due to my incompetency (: About |
Removing it should be fine. And you don't need to make a new PR to fix your mistakes, check this out http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html |
As per erming/shout#568: With this PR I tried fixing #366 by changing it's position to relative. It wasn't a pretty sight to see "Show more" bar on existing chat messages. With this fix Show More button no more will overlap with the underneath text. As in: ![chrome_2016-02-22_16-43-50](https://cloud.githubusercontent.com/assets/10355660/13222386/6e609994-d988-11e5-9568-b2cb97fe4137.png) Result will be like: ![Test image](https://cloud.githubusercontent.com/assets/10355660/12207394/0d0ff402-b64f-11e5-9e9d-28108b518998.png) This fix also includes @xPaw 's contribution as well. PS: I mistakenly added another commit to this PR and removed it later. See #88 for the next one. Removed padding related css entries for show-more
As per erming/shout#568: With this PR I tried fixing #366 by changing it's position to relative. It wasn't a pretty sight to see "Show more" bar on existing chat messages. With this fix Show More button no more will overlap with the underneath text. As in: ![chrome_2016-02-22_16-43-50](https://cloud.githubusercontent.com/assets/10355660/13222386/6e609994-d988-11e5-9568-b2cb97fe4137.png) Result will be like: ![Test image](https://cloud.githubusercontent.com/assets/10355660/12207394/0d0ff402-b64f-11e5-9e9d-28108b518998.png) This fix also includes @xPaw 's contribution as well. PS: I mistakenly added another commit to this PR and removed it later. See #88 for the next one. Removed padding related css entries for show-more Removed reference to position
# Conflicts: # client/css/style.css
# The first commit's message is: Fix show-more being displayed over chat messages As per erming/shout#568: With this PR I tried fixing #366 by changing it's position to relative. It wasn't a pretty sight to see "Show more" bar on existing chat messages. With this fix Show More button no more will overlap with the underneath text. As in: ![chrome_2016-02-22_16-43-50](https://cloud.githubusercontent.com/assets/10355660/13222386/6e609994-d988-11e5-9568-b2cb97fe4137.png) Result will be like: ![Test image](https://cloud.githubusercontent.com/assets/10355660/12207394/0d0ff402-b64f-11e5-9e9d-28108b518998.png) This fix also includes @xPaw 's contribution as well. PS: I mistakenly added another commit to this PR and removed it later. See #88 for the next one. Removed padding related css entries for show-more Removed reference to position # The 2nd commit message will be skipped: # Removed padding related css entries for show-more
As per erming/shout#568: With this PR I tried fixing #366 by changing it's position to relative. It wasn't a pretty sight to see "Show more" bar on existing chat messages. With this fix Show More button no more will overlap with the underneath text. As in: ![chrome_2016-02-22_16-43-50](https://cloud.githubusercontent.com/assets/10355660/13222386/6e609994-d988-11e5-9568-b2cb97fe4137.png) Result will be like: ![Test image](https://cloud.githubusercontent.com/assets/10355660/12207394/0d0ff402-b64f-11e5-9e9d-28108b518998.png) This fix also includes @xPaw 's contribution as well. PS: I mistakenly added another commit to this PR and removed it later. See #88 for the next one. Removed padding related css entries for show-more Removed reference to position
As per erming/shout#568:
With this PR I tried fixing #366 by changing it's position to relative.
It wasn't a pretty sight to see "Show more" bar on existing chat
messages.
With this fix Show More button no more will overlap with the underneath
text.
As in:
Result will be like:
This fix also includes @xPaw 's contribution as well.
PS: I mistakenly added another commit to this PR and removed it later.
See #88 for the next one.