We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9f454 commit de214a4Copy full SHA for de214a4
public/manifest.json
@@ -1,9 +1,10 @@
1
{
2
"name": "re-start",
3
- "version": "1.2.3",
+ "version": "1.2.4",
4
"manifest_version": 3,
5
"chrome_url_overrides": {
6
- "newtab": "index.html"
+ "newtab": "index.html",
7
+ "homepage": "index.html"
8
},
9
"browser_specific_settings": {
10
"gecko": {
src/lib/components/Todoist.svelte
@@ -235,6 +235,12 @@
235
overflow: auto;
236
scrollbar-width: none;
237
}
238
+ .task {
239
+ max-width: 40rem;
240
+ overflow: hidden;
241
+ text-overflow: ellipsis;
242
+ white-space: nowrap;
243
+ }
244
.task-due {
245
color: var(--txt-3);
246
0 commit comments