Skip to content

Commit

Permalink
Remove channel sidebar footer. Closes #614
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloschmidt committed Aug 31, 2015
1 parent 03c62b3 commit cbc45f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions client/stylesheets/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -2767,8 +2767,6 @@ a.github-fork {
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
.calc(height,
~"100% - " @footer-min-height + @header-min-height);
> div {
.transition(transform .45s cubic-bezier(.5,
0,
Expand Down
3 changes: 0 additions & 3 deletions client/views/app/room.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@ <h2>{{_ "Members_List"}}</h2>
{{/if}}
</div>
{{/if}}
<footer>
{{> social}}
</footer>
</section>
</div>
</template>

0 comments on commit cbc45f4

Please sign in to comment.