Skip to content

Commit

Permalink
Insert all css into the whole site; larger text area for input
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatamayo committed Feb 26, 2023
1 parent f4c77cd commit a89977b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
7 changes: 7 additions & 0 deletions css/manager-evals.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,10 @@
width: 100%;
background-color: #f5f1f1 !important;
}

/* Larger text area */
[id^=rich-text-input] > div + div[class^=jss] {
height: 25vh !important;
min-height: 240px;
line-height: 1rem;
}
14 changes: 3 additions & 11 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Charthop Better UX",
"version": "1.0.1",
"version": "1.0.2",
"description": "Charthop Better UX for TM's 2023 Evals",
"action": {
"default_title": "Charthop Better UX",
Expand All @@ -15,16 +15,8 @@
},
"content_scripts": [
{
"matches": ["https://app.charthop.com/tmds/person/*"],
"css": ["css/manager-evals.css"]
},
{
"matches": ["https://app.charthop.com/tmds/person/*/performance-evaluation*"],
"css": ["css/self-colleague-evals.css"]
},
{
"matches": ["https://app.charthop.com/tmds/person/*addendum-performance-evaluation*"],
"css": ["css/addendum.css"]
"matches": ["https://app.charthop.com/*"],
"css": ["css/manager-evals.css", "css/self-colleague-evals.css", "css/addendum.css"]
}
]
}

0 comments on commit a89977b

Please sign in to comment.