Skip to content

Instantly share code, notes, and snippets.

View the-j0k3r's full-sized avatar
:octocat:
Returning soon to an asylum near you.

the-j0k3r

:octocat:
Returning soon to an asylum near you.
View GitHub Profile
/* fixes alignment of color swatch to label
* fix causes setting-description to shift down fixed below */
.settings-view {
input[type="color"] {
margin: 0.313em 0 0 -5em;
}
}
/* fixes alignment setting-description to label above */
.color {
.setting-description {