fix: alignment in li.applies-to-everything

This commit is contained in:
the-j0k3r 2019-01-17 11:06:59 +01:00 committed by GitHub
parent c56f5c32f1
commit cf0f491077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -820,7 +820,8 @@ html:not(.usercss) .usercss-only,
} }
.CodeMirror-linewidget li.applies-to-everything { .CodeMirror-linewidget li.applies-to-everything {
margin-top: 0.2rem; margin-top: 0;
margin-left: 5px;
} }
/************ reponsive layouts ************/ /************ reponsive layouts ************/