Skip to content
Snippets Groups Projects
Commit 890fb0ff authored by Alan Nelson's avatar Alan Nelson
Browse files

Add CSS Grid to task lists

parent 68a93fd6
No related branches found
No related tags found
No related merge requests found
// ==UserScript==
// @name UNL Projects
// @namespace https://git.unl.edu/s-anelso56/tampermonkey-scripts
// @version 0.2
// @version 0.3
// @description Improvements to projects.unl.edu
// @author Alan Nelson
// @match https://projects.unl.edu/*
......@@ -28,4 +28,5 @@
addStyle('.project.list a.project_link>div { padding-top: 6px !important; padding-bottom: 6px !important; }');
addStyle('a.project_link { min-height: inherit !important; }');
addStyle('div.tracking_objects_list_group > h2 { color: var(--color-primary); }');
addStyle('div.project_tasks_left_column > div > div.task_lists { display: grid; grid-template-columns: repeat(2, 1fr);');
})();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment