Closed forivall closed 4 years ago
Disabling this rule seems to fix it, but i don't know why that was applied in the first place.
Its to do with adding spacing below the comment buttons.
It was added a while back as i felt it looked a bit off without. But i think it'll be fine to remove.
Removing the space below and reducing the spacing above those buttons could also be an option, imo.
@media (min-width: 768px) {
.form-actions.my-md-2 {
margin-top: 0 !important;
}
}
Yeah that does look better
and now that i've got this browser up to the current version of dark theme hub - it wasn't grammarly adding the space on the right, it was just this rule added in 1.25.0 https://github.com/DarkThemeHub/GithubDarkTheme/issues/182#issuecomment-658495205
.discussion-timeline-actions [type="submit"] {
margin: 0px 8px 0px 0px !important; }
the 8px is used to put some gap between the bottom two buttons.
Describe the bug Layout issues - see screenshots
Expected behavior Text aligned, same vertical height as non-dark mode
Screenshots From https://github.com/benmosher/eslint-plugin-import
Feature Enabled: Light: Dark:
Feature Disabled: Light: Dark:
If this is a beta feature Please paste the html here of the element, including the parent element housing it.
css rule that currently affects this in dark theme: https://github.com/DarkThemeHub/GithubDarkTheme/blob/master/Theme.scss#L7388
Disabling this rule seems to fix it, but i don't know why that was applied in the first place.
NOTE: beta features are prone to change, and may not be worked on depending how much work is to be done.
html of element
Latest commit
Git stats
Files
Permalink