jdlrobson / weekipedia

11 stars 2 forks source link

SearchIcon should be hidden in tablet JS mode #154

Open jdlrobson opened 6 years ago

jdlrobson commented 6 years ago

To be consistent with the actual site.

jdlrobson commented 6 years ago

.client-js { // If JS enabled and in tablet mode hide the search button .chrome-header .mw-ui-icon-search { display: none !important; }