diff --git a/pages/animelist/animelist.scarlet b/pages/animelist/animelist.scarlet index faa7d726..8d2d609a 100644 --- a/pages/animelist/animelist.scarlet +++ b/pages/animelist/animelist.scarlet @@ -71,7 +71,7 @@ .anime-list-item-airing-date display block text-align right - flex-basis 120px + flex-basis 150px < 1100px .anime-list-item-rating diff --git a/sw/service-worker.ts b/sw/service-worker.ts index a6a381fe..a528e0b7 100644 --- a/sw/service-worker.ts +++ b/sw/service-worker.ts @@ -74,9 +74,9 @@ self.addEventListener("message", (evt: any) => { } // If a subpage has refreshed, refresh the main page cache, too. - if(url.includes("/_/")) { + // if(url.includes("/_/")) { - } + // } let cacheRefresh = CACHEREFRESH.get(url)