UX: Don't show back button on fullscreen timeline

This commit is contained in:
Robin Ward 2016-12-28 12:29:24 -05:00
parent 471bb5ff61
commit 1ffbd9b4f6
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@
border-top: 1px solid dark-light-choose(scale-color($primary, $lightness: 90%), scale-color($secondary, $lightness: 90%));
padding-top: 20px;
z-index: 100000;
.back-button {
display: none;
}
.topic-timeline {
width: 100%;
table-layout: fixed;