Merge branch 'release-3.9' into merge-3.9

Этот коммит содержится в:
JoramWilander
2017-05-12 08:00:28 -04:00
родитель b1c39204a6 a21a06afd9
Коммит 9d109b0700
66 изменённых файлов: 799 добавлений и 494 удалений

Просмотреть файл

@@ -5,7 +5,9 @@
border-left: none;
font-size: 14px;
line-height: 56px;
position: relative;
width: 100%;
z-index: 5;
.member-popover__trigger,
.pinned-posts-button {

Просмотреть файл

@@ -31,6 +31,12 @@ h6 {
font-weight: 700;
line-height: 1.5;
margin: 10px 0;
.emoticon {
min-height: 1.5em;
min-width: 1.5em;
vertical-align: top;
}
}
.markdown__paragraph-inline {

Просмотреть файл

@@ -41,6 +41,14 @@
width: 43px;
z-index: 5;
> span {
> svg {
position: relative;
top: 13px;
vertical-align: top;
}
}
.icon-bar {
background: $white;
width: 21px;
@@ -49,7 +57,8 @@
.icon-search {
font-size: 17px;
position: relative;
top: -2px;
top: 11px;
vertical-align: top;
}
.icon--white {
@@ -93,7 +102,7 @@
.description {
color: $white;
display: inline-block;
margin-right: .5em;
margin-right: 1em;
&.info-popover {
@include background-size(100% 100%);

Просмотреть файл

@@ -651,6 +651,12 @@
visibility: visible;
}
.post__header {
.col__reply {
z-index: 7;
}
}
.post__body {
background: transparent !important;
}

Просмотреть файл

@@ -8,7 +8,7 @@
position: fixed;
right: 0;
width: 400px;
z-index: 6;
z-index: 8;
&.webrtc {
z-index: 5;