UX: remove timeline from print view, fix header in crawler view (#11489)

This commit is contained in:
Kris 2020-12-15 16:12:46 -05:00 committed by GitHub
parent 745a5d84d2
commit 7588910ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,6 @@
body.crawler {
> header {
width: 100%;
position: absolute;
top: 0;
z-index: z("max");
background-color: #fff;

View File

@ -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 */