Numerous tweaks to layouts to make them format nicer for a resizable window

This commit is contained in:
2022-04-04 09:55:06 -05:00
parent d057dc96ec
commit 095edbbe36
7 changed files with 142 additions and 97 deletions

View File

@@ -194,7 +194,7 @@ class W3DHub
return false unless news
news.items[0..9].each do |item|
news.items[0..15].each do |item|
Cache.fetch(uri: item.image, async: false)
end