Merge pull request #1257 from florianorben/align_channel_header

correctly align channel header with sidebar header
This commit is contained in:
Christopher Speller
2015-11-02 07:59:37 -05:00
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
#channel-header {
padding: 3px 0;
}
.row {
&.header {
position: relative;

View File

@@ -763,7 +763,7 @@
.channel__wrap & {
padding-top: 45px;
}
.channel-header {
#channel-header {
display: none;
}
}

View File

@@ -1,5 +1,8 @@
#channel-header .search-bar__container {
padding: 8px 8px 8px 0;
}
.search-bar__container {
padding: 8px 8px 8px 0;
padding: 12px 8px 12px 0;
}
.search__clear {
display: none;