Add pinned posts (#4217)
Этот коммит содержится в:
коммит произвёл
George Goldberg
родитель
482a0fb5fc
Коммит
fe38d6d5bb
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user