Brettm12345 / github-moonlight

A beatiful dark blue userstyle for GItHub. Made with :heart:
MIT License
396 stars 12 forks source link

Github reaction emoji, Comment makrdown editor in small screens have a white background #38

Closed shaansubbaiah closed 4 years ago

shaansubbaiah commented 4 years ago

Describe the bug: Github reaction emoji, Comment makrdown editor in small screens have a white background

Where did this happen: Any issue thread eg. https://github.com/Brettm12345/github-moonlight/issues/37

Steps to reproduce: React with an emoji on a comment to see the white background. Resize window to see the comment markdown toolbox use the white background.

Screenshots:

image

and

Peek 2020-04-11 11-02

Desktop (please complete the following information):

Fix for the emoji .reaction-summary-item.user-has-reacted { --background: var(--base-5) !important; }

Fix for the Toolbar .page-responsive .previewable-comment-form .comment-form-head.tabnav .toolbar-commenting { background: var(--base-3); }

.border-md-top { border-top: 1px solid var(--base-1) !important; }

image

Brettm12345 commented 4 years ago

This seems to be fixed now