From 57d2e32ff162c18d1bc061192d599f0ec96ba864 Mon Sep 17 00:00:00 2001 From: MMP0 Date: Fri, 3 Nov 2017 20:46:39 +0900 Subject: [PATCH] Fix cookie warning (#1706) * Update base.jet.html * Update listing.jet.html * Update main.css * bottom padding needs to be higher than top padding otherwise it looks off --- public/css/main.css | 3 +-- templates/layouts/partials/base.jet.html | 1 + templates/site/torrents/listing.jet.html | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/public/css/main.css b/public/css/main.css index 9fb0c1c0..25e471d4 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -90,8 +90,7 @@ img[class$="-w"] { bottom: 0; left: 0; width: 100%; - height: 60px; - padding: 7px 10px; + padding: 7px 10px 9px; text-align: center; font-weight: bold; background: hsla(200, 100%, 88%, 0.9); diff --git a/templates/layouts/partials/base.jet.html b/templates/layouts/partials/base.jet.html index f9ca65d8..fc5ba981 100644 --- a/templates/layouts/partials/base.jet.html +++ b/templates/layouts/partials/base.jet.html @@ -85,6 +85,7 @@ {{end}} + {{ if !EUCookieLaw }}{{ end }}
{{ yield ad_wide(Type=AdType) }}