i found this little inconsistency in the settings window. left side is 16 pixels (controlled by var(--sp-normal)) but the right side is 8px (controlled by var(--sp-extra-tight)). the class of the tag highlighted is settings-window__cards-wrapper.
Reproduction
Open settings.
Expected behavior
I expect both sides to be of equal margin either 16 or 8 pixels.
Describe the bug
i found this little inconsistency in the settings window. left side is 16 pixels (controlled by
var(--sp-normal)
) but the right side is 8px (controlled byvar(--sp-extra-tight)
). the class of the tag highlighted issettings-window__cards-wrapper
.Reproduction
Expected behavior
I expect both sides to be of equal margin either 16 or 8 pixels.
Platform and versions
Additional context
The right margin seems to be getting overwritten later. https://github.com/cinnyapp/cinny/blob/e68c56b334107862ab2eec5635c11c40c050f00b/src/app/organisms/settings/Settings.scss#L53