Minor Ui updates regarding the search and the center channel header on mobile.

Этот коммит содержится в:
Asaad Mahmood
2015-07-29 22:09:08 +05:00
родитель a9da77908a
Коммит 3866358c0a
3 изменённых файлов: 12 добавлений и 12 удалений

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

@@ -5,15 +5,15 @@
.navbar-default {
position: absolute;
border: none;
min-height: 50px;
min-height: 45px;
background: $primary-color;
.navbar-nav {
> li {
> a {
height: 50px;
height: 45px;
padding: 0 1.3em;
i {
line-height: 50px;
line-height: 45px;
}
}
}
@@ -24,8 +24,8 @@
border-radius: 0;
margin: 0;
padding: 0 10px;
line-height: 53px;
height: 50px;
line-height: 48px;
height: 44px;
z-index: 5;
fill: #fff;
.icon-bar {
@@ -38,8 +38,8 @@
}
.navbar-brand {
padding: 0 0.5em;
height: 50px;
line-height: 50px;
height: 45px;
line-height: 45px;
float: none;
font-size: 16px;
.heading {

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

@@ -466,7 +466,7 @@
}
.search__form {
border: none;
padding: 7px 20px 0 45px;
padding: 7px 20px 0 49px;
height: 45px;
position: relative;
@include single-transition(all, 0.2s, linear);

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

@@ -16,13 +16,13 @@
fill: #FFF;
position: absolute;
left: 0;
font-size: 33px;
width: 45px;
font-size: 35px;
width: 49px;
@include single-transition(all, 0.2s, linear);
@include translateX(0px);
text-align: center;
padding-right: 2px;
line-height: 42px;
padding-left: 1px;
line-height: 40px;
display: none;
}
.sidebar__search-icon {