Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.page.gallery.styles / content.media.less
blob5aeea90256dc5f0dea34ba5a4c6d9e5cb3725f2e
1 /* stylelint-disable selector-class-pattern */
3 /**
4  * Avoid the need to calculate paddings individually
5  * https://stackoverflow.com/a/7310398
6  */
7 .mw-gallery-traditional .gallerybox > .thumb {
8         &::before {
9                 content: '';
10                 vertical-align: middle;
11                 display: inline-block;
12                 height: 100%;
13         }
15         > * {
16                 vertical-align: middle;
17                 display: inline-block;
18         }