UX: removes unnecessary margin in header tag wrapper

This margin is not needed and doesn't exist in the mobile view. 

It causes a bit of a problem in desktop topics with no categories and more prominently in PMs in the desktop view.

There's a small TODO here where the rest of the extra-info-wrapper styles should all be moved to header sylesheets.
This commit is contained in:
Joe 2018-12-28 21:31:41 +08:00 committed by GitHub
parent 523e0248e1
commit 74f0bd08c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -517,9 +517,6 @@ video {
overflow: hidden;
text-overflow: ellipsis;
}
.topic-header-extra {
margin: 0 0 0 5px;
}
}
/* default docked header CSS for all topics, including those without categories */