Closed jetersen closed 4 years ago
Thanks for report @casz, though I cant duplicate the issue reported, perhaps because its a beta feature and I see no way to enroll.
Perhaps someone else knows or can dupe and fix whatever the issue is.
I'll see if I can fix it :)
Closing as this is actually related to styles from Refined GitHub
We do try to support Refined GitHub but none of us afaik use Refined GitHub.
What are the rules being generated from Refined GitHub that point to this? Please get for us and paste in a reply with all applicable rules including all properties especially colors ;) TIA
Im unsure what could be causing the issue, if this is a Refined GitHub issue beyond what we can do with CSS here, or if we can support this somehow.
@silverwind ping for feedback pls. =)
Already fixed https://github.com/sindresorhus/refined-github/pull/2706
I see, thx =)
Our generator already pulls in some color-related styles from RGH. I'd prefer not to mess with layout like margin in our style, it's supposed to be (mostly) about colors.
Its fixed anyway upstream =)
The new notifications (beta) needs some styling it's almost perfect
however
js-notification-search-autocomplete-dropdown card-filter-autocomplete-dropdown
could use some extra margin-top.it got a
margin-top: 4px!important;
frommt-1
margins.scss:12
The full div class
js-notification-search-autocomplete-dropdown card-filter-autocomplete-dropdown bg-white boxed-group-list border boxed-group-standalone rounded-1 mt-1 position-absolute overflow-auto bg-white hide-sm
Here are the computed values for the
js-notification-search-autocomplete-dropdown card-filter-autocomplete-dropdow
element:here is the HTML block with one of the outer elements.
Before After