Этот коммит содержится в:
Gabin Aureche
2017-03-13 13:25:08 +01:00
коммит произвёл George Goldberg
родитель 482a0fb5fc
Коммит fe38d6d5bb
38 изменённых файлов: 885 добавлений и 52 удалений

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

@@ -9,10 +9,20 @@
.search-btns {
display: none;
}
.header-list__members {
.header-list__right {
// the negative margin-right is used
// to prevent the icons in the header from
// moving to the left when the RHS is open
//
// the below z-index is used to ensure the icons
// stays on the top and don't get hidden by the
// search's input block
position: relative;
z-index: 6;
margin-right: -18px;
float: right;
padding-right: 0px !important;
float: right;
}
}
@@ -23,10 +33,20 @@
.search-btns {
display: none;
}
.header-list__members {
.header-list__right {
// the negative margin-right is used
// to prevent the icons in the header from
// moving to the left when the RHS is open
//
// the below z-index is used to ensure the icons
// stays on the top and don't get hidden by the
// search's input block
position: relative;
z-index: 6;
margin-right: -18px;
float: right;
padding-right: 0px !important;
float: right
}
}
}

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

@@ -7,26 +7,43 @@
line-height: 56px;
width: 100%;
.member-popover__trigger {
.member-popover__trigger,
.pinned-posts-button {
display: inline-block;
min-width: 30px;
cursor: pointer;
min-width: 60px;
padding-right: 10px;
text-align: right;
margin-left: 10px;
text-align: center;
white-space: nowrap;
.fa {
font-size: 16px;
}
}
.member-popover__container,
.member-popover__trigger {
display: inline;
}
.member-popover__trigger {
.fa {
margin-left: 4px;
}
}
.pinned-posts-button svg {
position: relative;
top: 2px;
}
&.alt {
margin: 0;
th {
font-weight: normal !important;
&.header-list__members {
&.header-list__right {
padding-right: 4px;
}
}

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

@@ -1343,15 +1343,23 @@
}
}
.bot-indicator {
.bot-indicator,
.post__pinned-badge {
border-radius: 2px;
font-family: inherit;
font-size: 10px;
font-weight: 600;
margin: 2px 10px 0 -4px;
padding: 1px 4px;
}
.bot-indicator {
margin: 2px 10px 0 -4px;
}
.post__pinned-badge {
margin-left: 7px;
}
.permalink-text {
overflow: hidden;
}