diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 65b51a527a..8ae2d370cc 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -296,6 +296,9 @@ $avatar-size: 44px; &.selected { background: $grey_l; + padding-left: 22px; + margin-left: 0; + border-radius: 0 10px 10px 0; } &:first-child { diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index ce1944bee2..eff5f07246 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -154,7 +154,6 @@ input.search { .index { max-width: 1300px; - margin: auto; color: $grey_d; background: linear-gradient(rgba(46,172,224,1.0) 50%, rgba(160,228,208,1.0) 100%); diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 77fa78339e..d3c0ce3aa2 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -245,7 +245,10 @@ img.emoji { margin: 10px; border-radius: 10px; } .contact.selected { - background: #f3f3f3; } + background: #f3f3f3; + padding-left: 22px; + margin-left: 0; + border-radius: 0 10px 10px 0; } .contact:first-child { margin-top: 0; } .contact:last-child::after { @@ -534,7 +537,6 @@ input.search { .index { max-width: 1300px; - margin: auto; color: #454545; background: linear-gradient(#2eace0 50%, #a0e4d0 100%); } .index .gutter .new-group-update-form {