Skip to content

Commit de214a4

Browse files
committed
fix homepage and add max width
1 parent ed9f454 commit de214a4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

public/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "re-start",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"manifest_version": 3,
55
"chrome_url_overrides": {
6-
"newtab": "index.html"
6+
"newtab": "index.html",
7+
"homepage": "index.html"
78
},
89
"browser_specific_settings": {
910
"gecko": {

src/lib/components/Todoist.svelte

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,12 @@
235235
overflow: auto;
236236
scrollbar-width: none;
237237
}
238+
.task {
239+
max-width: 40rem;
240+
overflow: hidden;
241+
text-overflow: ellipsis;
242+
white-space: nowrap;
243+
}
238244
.task-due {
239245
color: var(--txt-3);
240246
}

0 commit comments

Comments
 (0)