Merge "Always show search form on Special:Search"

This commit is contained in:
jenkins-bot 2023-11-17 15:57:05 +00:00 committed by Gerrit Code Review
commit b639cb01d5

View file

@ -11,12 +11,6 @@
width: 100%;
}
@media all and ( min-width: @width-breakpoint-tablet ) {
#search { // stylelint-disable-line selector-max-id
display: none;
}
}
// 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 {