Projet

Général

Profil

0001-misc-only-force-height-of-home-page-55546.patch

Frédéric Péters, 12 juillet 2021 19:58

Télécharger (840 octets)

Voir les différences:

Subject: [PATCH] misc: only force height of home page (#55546)

 welco/static/css/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
welco/static/css/style.css
9 9
	height: calc(100vh - 61px); /* #top 60px + #top border 1px */
10 10
}
11 11

  
12
body[data-environment-label] div#main-content {
12
body.welco-home[data-environment-label] div#main-content {
13 13
	height: calc(100vh - 71px); /* #top 60px + #top border 1px + #header bottom-border 10px */
14 14
}
15 15

  
16
-