diff --git a/app/assets/stylesheets/conversations.scss b/app/assets/stylesheets/conversations.scss index cd8d05690..5a3dd7a54 100644 --- a/app/assets/stylesheets/conversations.scss +++ b/app/assets/stylesheets/conversations.scss @@ -1,6 +1,10 @@ #conversations_container { .stream_container { border-left: none; } + .stream_element:not(.conversation) .avatar { + min-width: 50px; + } + .stream_element { border-bottom: 1px solid $border-grey; &:first-child { border-top: none; } diff --git a/app/assets/stylesheets/vendor/autoSuggest.css b/app/assets/stylesheets/vendor/autoSuggest.css index 1f33c1b06..df97073d9 100644 --- a/app/assets/stylesheets/vendor/autoSuggest.css +++ b/app/assets/stylesheets/vendor/autoSuggest.css @@ -156,20 +156,6 @@ li.as-result-item.active em { color: #fff; } -/* Webkit Hacks */ -@media screen and (-webkit-min-device-pixel-ratio:0) { - ul.as-selections li.as-selection-item { - padding-top: 6px; - padding-bottom: 6px; - } - ul.as-selections li.as-selection-item a.as-close { - margin-top: -1px; - } - ul.as-selections li.as-original input { - height: 20px; - } -} - /* Opera Hacks */ @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { ul.as-list {