Use smaller icons on web UI

This commit is contained in:
Alex Ling
2022-03-11 14:04:28 +00:00
parent 91561ecd6b
commit 6ab885499c
6 changed files with 8 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ class Entry
end
def cover_url
return "#{Config.current.base_url}img/icons/icon.png" if @err_msg
return "#{Config.current.base_url}img/icons/icon_x192.png" if @err_msg
unless @book.entry_cover_url_cache
TitleInfo.new @book.dir do |info|