mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 01:23:10 +08:00
UX: Don't show back button on fullscreen timeline
This commit is contained in:
parent
471bb5ff61
commit
1ffbd9b4f6
@ -51,6 +51,9 @@
|
|||||||
border-top: 1px solid dark-light-choose(scale-color($primary, $lightness: 90%), scale-color($secondary, $lightness: 90%));
|
border-top: 1px solid dark-light-choose(scale-color($primary, $lightness: 90%), scale-color($secondary, $lightness: 90%));
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
z-index: 100000;
|
z-index: 100000;
|
||||||
|
.back-button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.topic-timeline {
|
.topic-timeline {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user