Less padding and strict widths for style list

This commit is contained in:
narcolepticinsomniac 2018-07-04 09:58:25 -04:00 committed by GitHub
parent 4bbc7089ac
commit eef48f55a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1174,10 +1174,23 @@ input[id^="manage.newUI"] {
.newUI .style-name {
width: 50%;
padding: .5rem 1rem;
text-indent: unset;
}
.newUI .entry .actions {
padding: 0;
width: 112px;
padding: .5rem 0;
}
.newUI .entry .applis-to {
padding: .5rem 1rem;
width: calc(50% - 112px);
}
.newUI .target {
max-width: calc(50vw - var(--actions-width));
max-width: 100%;
}
}