Jump to content

MediaWiki:Vector.css: Difference between revisions

From Official NixOS Wiki
Fix https://github.com/NixOS/nixos-wiki-infra/issues/66
 
m Further fix for search
 
Line 4: Line 4:
.vector-feature-zebra-design-disabled .vector-header-container {
.vector-feature-zebra-design-disabled .vector-header-container {
min-width: initial !important;
min-width: initial !important;
}
.cdx-typeahead-search--show-thumbnail.cdx-typeahead-search--auto-expand-width:not(.cdx-typeahead-search--expanded) {
  margin-left: initial !important;
}
}

Latest revision as of 18:34, 17 April 2024

/* All CSS here will be loaded for users of the Vector skin */

/* https://github.com/NixOS/nixos-wiki-infra/issues/66 */
.vector-feature-zebra-design-disabled .vector-header-container {
min-width: initial !important;
}

.cdx-typeahead-search--show-thumbnail.cdx-typeahead-search--auto-expand-width:not(.cdx-typeahead-search--expanded) {
  margin-left: initial !important;
}