Content deleted Content added
something broke the auto-sizing on desktop... |
label styles should be ok since they are overridden at the end anyway |
||
Line 6:
/* == On mobile, show the switcher labels in a sort-of gallery-like format == */
/* Make labels sit side-by-side */
.randomSlideshow-container label {
display:inline-block !important; /* overrides inline style */
padding:0.2em 0.3em;
}
/* Hide the "Show all" option */
.randomSlideshow-container label:last-child {
display:none !important; /* overrides inline style */
}
/*
.randomSlideshow-container .gallerybox {▼
display:block;▼
}▼
.randomSlideshow-container .randomSlideshow-sr-only {
display:block;
Line 27 ⟶ 23:
text-indent:-999px;
overflow:hidden;
▲}
/* Make sure the labels are underneath not alongside the gallery *
▲.randomSlideshow-container .gallerybox {
▲ display:block;
}
|