diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 26a4aed3..a044c91b 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -292,8 +292,8 @@ $avatar-size: 44px; } } .inactive .contact.selected { - padding-left: 7px; - border-left: 5px solid $blue; + padding-left: 8px; + border-left: 4px solid $blue; } .contact { position: relative; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index c46480e8..1d0f669e 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -244,8 +244,8 @@ img.emoji { border: solid 1px rgba(255, 255, 255, 0.6); } .inactive .contact.selected { - padding-left: 7px; - border-left: 5px solid #2090ea; } + padding-left: 8px; + border-left: 4px solid #2090ea; } .contact { position: relative;