Script name: remove underline, bump name to 16px, description to 14px

This commit is contained in:
Gmer4Lfe
2026-05-23 18:25:40 -04:00
parent ab228c9199
commit 7062790d89
@@ -39,10 +39,10 @@
padding: 6px 10px; margin: 4px 0; margin-left: 20px; }
.vv-job-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.vv-name-cron { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; }
.vv-job-label { flex: 1; font-size: 15px; font-weight: bold; text-decoration: underline;
.vv-job-label { flex: 1; font-size: 16px; font-weight: bold;
color: #6fcf97; min-width: 80px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vv-job-actions { display: flex; align-items: center; gap: 8px; padding-left: 44px; margin-top: 6px; }
.vv-job-desc { font-size: 13px; color: #777; margin: 3px 0 2px 0;
.vv-job-desc { font-size: 14px; color: #777; margin: 3px 0 2px 0;
padding-left: 44px; box-sizing: border-box; width: 100%;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
cursor: default; }