[style](trx-frontend-http): make scheduler entry Edit/Remove buttons smaller
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
@@ -3944,6 +3944,17 @@ button:focus-visible, input:focus-visible, select:focus-visible {
|
|||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
.sch-ts-table td:last-child {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.sch-ts-table td:last-child button {
|
||||||
|
font-size: 0.78rem;
|
||||||
|
padding: 0.18rem 0.45rem;
|
||||||
|
margin-right: 0.25rem;
|
||||||
|
}
|
||||||
|
.sch-ts-table td:last-child button:last-child {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
.sch-add-row {
|
.sch-add-row {
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user