User:TF2CutContent/vector.css: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(let's try this)
 
m (nope, user custom css don't seem to work on this wiki.)
Tag: Blanking
 
Line 1: Line 1:
/**
 
* Fix for category links overflowing out of the box.
* Who the hell decided to set a height of 19px on this element on screens?
*/
@media screen {
  .catlinks {
    height: auto !important;
  }
}

Latest revision as of 08:28, 23 November 2023