Changes

343 bytes added ,  19:21, 18 August 2025
no edit summary
Line 1: Line 1: −
.commonscat {
+
/* Hide the Commons logo and link */
    display: none !important;
+
td.mbox-image img[src*="Commons-logo.svg"],
 +
td.mbox-text a.extiw[title^="commons:Category:"] {
 +
  display: none !important;
 
}
 
}
 +
 +
/* Collapse the now-empty row so the box disappears visually */
 +
td.mbox-image, td.mbox-text {
 +
  padding: 0 !important;
 +
  border: 0 !important;
 +
  line-height: 0 !important;
 +
  font-size: 0 !important;
 +
  height: 0 !important;
 +
}
 +
    
/* Ensure gallery thumbnails render properly across browsers */
 
/* Ensure gallery thumbnails render properly across browsers */