Style changes
This commit is contained in:
parent
f3751262f2
commit
e5e8cd9d25
@ -71,7 +71,7 @@
|
|||||||
.anime-list-item-airing-date
|
.anime-list-item-airing-date
|
||||||
display block
|
display block
|
||||||
text-align right
|
text-align right
|
||||||
flex-basis 120px
|
flex-basis 150px
|
||||||
|
|
||||||
< 1100px
|
< 1100px
|
||||||
.anime-list-item-rating
|
.anime-list-item-rating
|
||||||
|
@ -74,9 +74,9 @@ self.addEventListener("message", (evt: any) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If a subpage has refreshed, refresh the main page cache, too.
|
// If a subpage has refreshed, refresh the main page cache, too.
|
||||||
if(url.includes("/_/")) {
|
// if(url.includes("/_/")) {
|
||||||
|
|
||||||
}
|
// }
|
||||||
|
|
||||||
let cacheRefresh = CACHEREFRESH.get(url)
|
let cacheRefresh = CACHEREFRESH.get(url)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user