Projet

Général

Profil

0001-scss-don-t-include-filename-when-there-is-a-thumbnai.patch

Frédéric Péters, 26 mars 2019 14:02

Télécharger (736 octets)

Voir les différences:

Subject: [PATCH] scss: don't include filename when there is a thumbnail
 (#30936)

 static/includes/_wcs.scss | 3 +++
 1 file changed, 3 insertions(+)
static/includes/_wcs.scss
669 669
			div.widget-message {
670 670
				display: none;
671 671
			}
672
			.fileinfo.thumbnail span.filename {
673
				display: none;
674
			}
672 675
			span.filename {
673 676
				position: absolute;
674 677
				top: 0;
675
-