Files
Theme/plugins/media-bar.css

24 lines
486 B
CSS
Raw Normal View History

2026-07-28 03:54:33 -06:00
/* =============== Detail Bar =============== */
2026-07-28 04:04:07 -06:00
.slide.active .button-container {
align-items: center;
}
2026-07-28 03:54:33 -06:00
/* ======= PLAY BUTTON ======= */
/* Re-stylize button to be round */
#slides-container .play-button {
border-radius: 50%;
padding: 25px !important;
2026-07-28 04:04:07 -06:00
background-color: var(--abyss-accent) !important;
2026-07-28 03:54:33 -06:00
}
/* Resize play icon inside button */
.play-button::before {
font-size: 35px !important;
}
/* Hide text in play button */
.play-text {
display: none;
}