Jump to content

User:AfroThundr3007730/vector.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m fix
m tweak
 
Line 17: Line 17:
#p-views-label {
#p-views-label {
display: flex;
display: flex;
}
div.vectorToggle span a {
padding:0 1em;
}
}

Latest revision as of 11:40, 26 September 2023

@supports (not (-ms-ime-align:auto)) {
  .mwe-math-fallback-image-inline,
  .mwe-math-fallback-image-display {
    display: none !important;
  }
  .mwe-math-mathml-a11y {
    clip: inherit;
    width: inherit;
    height: inherit;
    opacity: inherit;
    position: inherit;
    color: #919191;
  }
}

/* Fix vector toggle */
#p-views-label {
    display: flex;
}
div.vectorToggle span a {
    padding:0 1em;
}