diff --git a/css/manager-evals.css b/css/manager-evals.css index feb3678..9509b1c 100644 --- a/css/manager-evals.css +++ b/css/manager-evals.css @@ -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; +} diff --git a/manifest.json b/manifest.json index 75c7df7..6ad5da5 100644 --- a/manifest.json +++ b/manifest.json @@ -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", @@ -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"] } ] } \ No newline at end of file