Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.RcTopSectionWidget.less
blob7aa9213782f85b4dd05443aebb30e71f30b721fa
1 @import 'mediawiki.skin.variables.less';
3 .mw-rcfilters-ui-rcTopSectionWidget {
4         &-topLinks {
5                 &-table {
6                         flex-grow: 1;
7                 }
9                 &-top {
10                         display: block;
11                         width: 100%;
12                 }
13         }
15         .mw-rcfilters-ui-row {
16                 justify-content: space-between;
17                 gap: 1em;
18         }
21 @media screen and ( max-width: @max-width-breakpoint-mobile ) {
22         .mw-rcfilters-ui-rcTopSectionWidget {
23                 & > .mw-rcfilters-ui-table > .mw-rcfilters-ui-row {
24                         flex-wrap: wrap;
25                 }
26         }