shout icon indicating copy to clipboard operation
shout copied to clipboard

Fix show-more being displayed over chat messages.

Open nomadturk opened this issue 9 years ago • 5 comments

With this PR I tried fixing https://github.com/erming/shout/issues/366 by changing it's position to relative. It wasn't a pretty sight to see "Show more" bar on existing chat messages.

nomadturk avatar Jan 08 '16 16:01 nomadturk

Test image

nomadturk avatar Jan 08 '16 19:01 nomadturk

There's this css which needs to be removed, otherwhise there's too much space with this change.

#chat .show-more.show + .messages .msg:first-child {
    padding-top: 47px !important;
}

#chat .show-more.show + .messages .msg:first-child > span {
    padding-top: 52px !important;
}

#chat .msg:first-child > span {
    padding-top: 10px;
}

xPaw avatar Jan 23 '16 23:01 xPaw

@xPaw , thanks for contributing. That's indeed way better.

nomadturk avatar Jan 29 '16 15:01 nomadturk

:+1:

xPaw avatar Jan 31 '16 18:01 xPaw

@nomadturk, would you mind squashing these 2 commits please? Thanks for this contribution! :-)

astorije avatar Feb 01 '16 01:02 astorije