2022-04-27 19:32:19 +00:00
|
|
|
@import '../../common/variables.less';
|
|
|
|
|
|
|
|
.mw-article-toolbar-container {
|
|
|
|
.mw-portlet-views {
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
@media ( min-width: @width-breakpoint-tablet ) {
|
2022-04-29 18:16:08 +00:00
|
|
|
&:not( .emptyPortlet ) {
|
|
|
|
display: block;
|
|
|
|
}
|
2022-04-27 19:32:19 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.vector-more-collapsible-item {
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
@media ( max-width: @width-breakpoint-tablet ) {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Make sure pcactions is displayed (even if .emptyPortlet present)
|
2022-04-29 18:16:08 +00:00
|
|
|
.vector-has-collapsible-items {
|
2022-04-27 19:32:19 +00:00
|
|
|
@media ( max-width: @width-breakpoint-tablet ) {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|