mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 20:22:46 +08:00
UX: remove timeline from print view, fix header in crawler view (#11489)
This commit is contained in:
parent
745a5d84d2
commit
7588910ee6
|
@ -1,7 +1,6 @@
|
|||
body.crawler {
|
||||
> header {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
z-index: z("max");
|
||||
background-color: #fff;
|
||||
|
|
|
@ -35,7 +35,8 @@
|
|||
.badge-category-bg,
|
||||
.badge-notification.clicks,
|
||||
.crawler-nav,
|
||||
.powered-by-link {
|
||||
.powered-by-link,
|
||||
.timeline-container {
|
||||
display: none !important;
|
||||
}
|
||||
/* For readability */
|
||||
|
|
Loading…
Reference in New Issue
Block a user