Less padding and strict widths for style list
This commit is contained in:
parent
4bbc7089ac
commit
eef48f55a0
|
@ -1174,10 +1174,23 @@ input[id^="manage.newUI"] {
|
||||||
|
|
||||||
.newUI .style-name {
|
.newUI .style-name {
|
||||||
width: 50%;
|
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 {
|
.newUI .target {
|
||||||
max-width: calc(50vw - var(--actions-width));
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user