Merge "Messages reviewers overlap fix for mobile"

This commit is contained in:
Andrew Bonventre 2016-09-22 17:41:02 +00:00 committed by Gerrit Code Review
commit 2c55373946

View File

@ -51,6 +51,10 @@ limitations under the License.
.showAvatar.collapsed .contentContainer {
margin-left: calc(var(--default-horizontal-margin) + 1.75em);
}
.showAvatar.collapsed .contentContainer,
.hideAvatar.collapsed .contentContainer {
margin-right: calc(var(--default-horizontal-margin) + 2.25em);
}
.hideAvatar.collapsed .contentContainer,
.hideAvatar.expanded .contentContainer {
margin-left: 0;
@ -58,7 +62,7 @@ limitations under the License.
.showAvatar.collapsed .contentContainer,
.hideAvatar.collapsed .contentContainer,
.hideAvatar.expanded .contentContainer {
padding: .75em 5em .75em 0;
padding: .75em 0;
}
.collapsed gr-avatar {
top: .5em;