Fix changes list misaligned arrow
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / styles / mw.rcfilters.ui.RcTopSectionWidget.less
1 .mw-rcfilters-ui-rcTopSectionWidget {
2 &-topLinks {
3 &-table {
4 width: 100%;
5 }
6
7 &-top {
8 display: block;
9 width: 100%;
10 }
11 }
12
13 &-savedLinks {
14 vertical-align: bottom;
15 padding-left: 1em;
16 }
17
18 .mw-recentchanges-toplinks {
19 .oo-ui-widget-enabled.oo-ui-buttonElement.oo-ui-buttonElement-frameless .oo-ui-buttonElement-button {
20 padding: 0 2.5em 0 0.5em;
21 }
22 }
23 }