Этот коммит содержится в:
Asaad Mahmood
2017-07-10 22:27:35 +05:00
коммит произвёл Saturnino Abril
родитель e5912d4f95
Коммит 9a7453e208
4 изменённых файлов: 18 добавлений и 15 удалений

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

@@ -78,8 +78,8 @@
top: 27px; top: 27px;
.search-bar__container & { .search-bar__container & {
right: 7px; right: 12px;
top: 8px; top: 11px;
} }
} }
} }

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

@@ -49,14 +49,14 @@
&.status--group { &.status--group {
border-radius: 2px; border-radius: 2px;
font-size: 11px; font-size: 10px;
font-weight: 600; font-weight: 600;
height: 16px; height: 15px;
left: 1px; left: 1px;
line-height: 15px; line-height: 14px;
margin: 0 9px 0 -1px; margin: 0 9px 0 -1px;
text-align: center; text-align: center;
top: -1px; top: -2px;
width: 15px; width: 15px;
.mentions__name & { .mentions__name & {

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

@@ -37,7 +37,7 @@
.sidebar-item__name { .sidebar-item__name {
display: inline-block; display: inline-block;
max-width: 167px; max-width: 160px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
vertical-align: top; vertical-align: top;
@@ -81,8 +81,8 @@
@include single-transition(all, .15s, ease-in); @include single-transition(all, .15s, ease-in);
display: block; display: block;
font-weight: 600; font-weight: 600;
height: 50px; height: 45px;
line-height: 50px; line-height: 40px;
padding: 0; padding: 0;
text-decoration: none; text-decoration: none;
width: 100%; width: 100%;
@@ -144,7 +144,7 @@
.nav-pills__container { .nav-pills__container {
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
height: calc(100% - 120px); height: calc(100% - 115px);
overflow: auto; overflow: auto;
position: relative; position: relative;
} }
@@ -215,6 +215,10 @@
&.has-close { &.has-close {
&:hover { &:hover {
.sidebar-item__name {
max-width: 152px;
}
.btn-close { .btn-close {
@include opacity(.8); @include opacity(.8);
display: block; display: block;
@@ -228,7 +232,7 @@
font-size: 21px; font-size: 21px;
font-weight: 600; font-weight: 600;
position: absolute; position: absolute;
right: 18px; right: 15px;
top: 0px; top: 0px;
&:hover { &:hover {

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

@@ -1021,9 +1021,8 @@
.icon--refresh { .icon--refresh {
@include opacity(.6); @include opacity(.6);
color: $black; right: 16px;
right: 30px; top: 9px;
top: 15px;
} }
.form-control { .form-control {
@@ -1075,7 +1074,7 @@
} }
.nav-pills__container { .nav-pills__container {
height: calc(100% - 60px); height: calc(100% - 55px);
} }
> div { > div {