Style changes

This commit is contained in:
Eduard Urbach 2017-07-15 18:51:25 +02:00
parent f3751262f2
commit e5e8cd9d25
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)