MediaWiki:Common.css: Difference between revisions

From Pixelrus
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:


.tabs-container{
.tabs-container{
  width: fit-content;
}
.tabs{
   width: fit-content;
   width: fit-content;
}
}

Revision as of 22:56, 21 May 2025

.hidden-small{
  font-size:85%;
  font-weight:400;
  margin-top:2px;          /* small gap under ability name */
}

.pixelated {
  image-rendering: crisp-edges;    /* Firefox, older browsers */
  image-rendering: pixelated;      /* Chrome, modern browsers */
}

.tabs-container{
  width: fit-content;
}

.tabs{
  width: fit-content;
}