diff options
Diffstat (limited to 'views/tm_seed.pug')
-rw-r--r-- | views/tm_seed.pug | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/views/tm_seed.pug b/views/tm_seed.pug index 683029f..8fd3ce7 100644 --- a/views/tm_seed.pug +++ b/views/tm_seed.pug @@ -5,16 +5,6 @@ html include head title= seed.seed_name style. - div.thumb { - float: right; - } - div.thumb img { - max-width: 60px; - max-height: 72px; - margin: 4px 0 4px 4px; - border: var(--thin-border); - box-shadow: var(--drop-shadow); - } #seed_info td { padding: 2px 10px } #seed_info td:first-child { width: 80px } #seed_info tr:first-child td { padding-top: 5px } @@ -23,12 +13,11 @@ html body include header article - div.thumb - a(href="/"+seed.title_id) - img(src="/"+seed.title_id+"/thumbnail.jpg") - h1= seed.seed_name + div.logo + +gamecover(seed.title_id) + if error p.error= error |