(In reply to Thomas Wisniewski [:twisniewski] from comment #23) > this would seem to be related to their CSS. Any thoughts on comment 5? I worked around the issue with this in userContent.css: ``` @-moz-document domain("youtube.com") { #page-manager { margin-top: 0px !important; } }
Bug 1550759 Comment 31 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Thomas Wisniewski [:twisniewski] from comment #23) > this would seem to be related to their CSS. Any thoughts on comment 5? I worked around the issue with this in userContent.css: ``` @-moz-document domain("youtube.com") { ytd-app[style*="fullerscreen"] #page-manager { margin-top: 0px !important; } }
(In reply to Thomas Wisniewski [:twisniewski] from comment #23) > this would seem to be related to their CSS. Any thoughts on comment 5? I worked around the issue with this in userContent.css: ``` @-moz-document domain("youtube.com") { ytd-app[masthead-hidden_=""] #page-manager { margin-top: 0px !important; } }