Projet

Général

Profil

0001-scss-fix-position-of-geoloc-error-message-on-mobile-.patch

Frédéric Péters, 20 octobre 2018 13:34

Télécharger (828 octets)

Voir les différences:

Subject: [PATCH] scss: fix position of geoloc error message on mobile (#15369)

 static/includes/_wcs.scss | 9 +++++++++
 1 file changed, 9 insertions(+)
static/includes/_wcs.scss
500 500
	font-weight: normal;
501 501
	font-size: smaller;
502 502
	float: right;
503
	@media screen and (max-width: $mobile-limit) {
504
		padding-left: 0;
505
		float: none;
506
		display: block;
507
		z-index: 100;
508
		background: red;
509
		color: white;
510
		text-align: center;
511
	}
503 512
}
504 513

  
505 514
.fileprogress {
506
-