Fix BS3 regressions for chromium
This commit is contained in:
parent
548132ab48
commit
36637672e3
2 changed files with 4 additions and 14 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
#conversations_container {
|
#conversations_container {
|
||||||
.stream_container { border-left: none; }
|
.stream_container { border-left: none; }
|
||||||
|
|
||||||
|
.stream_element:not(.conversation) .avatar {
|
||||||
|
min-width: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
.stream_element {
|
.stream_element {
|
||||||
border-bottom: 1px solid $border-grey;
|
border-bottom: 1px solid $border-grey;
|
||||||
&:first-child { border-top: none; }
|
&:first-child { border-top: none; }
|
||||||
|
|
|
||||||
14
app/assets/stylesheets/vendor/autoSuggest.css
vendored
14
app/assets/stylesheets/vendor/autoSuggest.css
vendored
|
|
@ -156,20 +156,6 @@ li.as-result-item.active em {
|
||||||
color: #fff;
|
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 */
|
/* Opera Hacks */
|
||||||
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
|
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
|
||||||
ul.as-list {
|
ul.as-list {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue