1
0
mirror of https://github.com/comatory/fb2iCal synced 2025-06-05 22:09:25 +02:00

change style to have bigger delete button

This commit is contained in:
Ondrej Synacek
2019-11-10 16:48:04 +01:00
parent 4139481c91
commit 98c61869f9
4 changed files with 19 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// Worker v9
// Worker v10
self.addEventListener('install', (event) => {
event.waitUntil(
@ -7,7 +7,7 @@ self.addEventListener('install', (event) => {
'/',
'/favicon.ico',
'/scripts.js?5',
'/style.css?5',
'/style.css?6',
'/about?2',
'/icon-512.png',
])