Projet

Général

Profil

0001-css-correct-image-position-when-nav-has-left-to-righ.patch

Thomas Jund (congés, retour le 29/04), 09 juin 2021 12:00

Télécharger (744 octets)

Voir les différences:

Subject: [PATCH] css: correct image position when nav has `left-to-right` mode
 (#54695)

 static/includes/_nav.scss | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
static/includes/_nav.scss
202 202
	}
203 203

  
204 204
	.gru-nav-wrapper {
205
		margin-top: calc(-1 * (#{$nav-menu-side} + 10px));
205
		@if $responsive-menu == top-to-bottom {
206
			margin-top: calc(-1 * (#{$nav-menu-side} + 10px));
207
		}
206 208
	}
207 209

  
208 210
	div.gru-nav {
209
-