2019-08-08 20:01:03 +00:00
|
|
|
@import '../../minerva.less/minerva.variables.less';
|
|
|
|
@import '../../minerva.less/minerva.mixins.less';
|
2017-07-12 15:12:40 +00:00
|
|
|
|
|
|
|
.mw-search-createlink,
|
|
|
|
.mw-search-profile-tabs {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-12-14 14:29:31 +00:00
|
|
|
.mw-search-results-container,
|
|
|
|
.mw-search-results-info {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-09-02 13:27:35 +00:00
|
|
|
// hide non-NS_FILE thumbnails until further notice
|
|
|
|
// @see https://phabricator.wikimedia.org/T306883#8205230
|
|
|
|
.mw-search-result:not( .mw-search-result-ns-6 ) .searchResultImage-thumbnail {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-10-25 14:13:15 +00:00
|
|
|
|
2022-10-21 09:45:37 +00:00
|
|
|
// some of the content is extremely long and trying to keep
|
|
|
|
// as much as possible on 1 line causes breaking other
|
|
|
|
// parts (notably: thumbnails end up being squished)
|
|
|
|
.searchResultImage-text {
|
|
|
|
word-break: break-word;
|
|
|
|
}
|
|
|
|
|
2022-10-25 14:13:15 +00:00
|
|
|
// override ul padding-left defined in lists.less, which isn't
|
|
|
|
// meant to affect the search results list
|
|
|
|
.content ul.mw-search-results {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|