Module:Random slideshow/sandbox/styles.css: Difference between revisions

Content deleted Content added
padding instead of margin, and not so much
implement hiding of switcher labels on desktop
Line 3:
display: none;
}
 
/* On desktop, hide the switcher labels */
/* // TODO */
 
/* == On mobile, show the switcher labels in a sort-of gallery-like format == */
Line 29 ⟶ 26:
text-indent:-999px;
overflow:hidden;
}
 
/* == On desktop, hide all the switcher labels == */
.randomSlideshow-container .nomobile+ul label {
display:none !important; /* overrides inline style */
}