From 7f1e0d5ba09244429b79b56a4e2e987a40eb22d4 Mon Sep 17 00:00:00 2001 From: TheIsotopes Date: Sat, 6 Jan 2024 20:11:09 +0100 Subject: [PATCH] Background pattern on full landing tab (#3733) this pr will show the background pattern on full landing tab and not only on the content_top --- src/css/tabs/landing.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/tabs/landing.less b/src/css/tabs/landing.less index a665aeb7aa..5a67cfc279 100644 --- a/src/css/tabs/landing.less +++ b/src/css/tabs/landing.less @@ -1,5 +1,7 @@ .tab-landing { min-height: 100%; + background: #fff url(../../images/pattern.png); + background-size: 300px; overflow: hidden; .content_wrapper { padding: 0; @@ -10,8 +12,6 @@ .content_top { height: 140px; padding: 20px; - background: #fff url(../../images/pattern.png); - background-size: 300px; margin-bottom: 15px; } .content_mid {