Changes

81 bytes removed ,  12:33, 20 September 2023
no edit summary
Line 1: Line 1:  
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
   −
@media (max-width: 767px) {
  −
    .catlinks {
  −
        display: block !important;
  −
    }
  −
}
        Line 15: Line 10:  
#mw-mf-display-toggle
 
#mw-mf-display-toggle
 
{
 
{
display:none!important;
+
/* display:none!important; */
 
}
 
}