fix: remove conflicting play-overlay::before rule

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-19 23:58:39 -04:00
parent f65e40b711
commit 4246f8a890
-11
View File
@@ -1974,17 +1974,6 @@ select.form-input optgroup {
width: 100%;
}
/* Play overlay with triangle icon */
.play-overlay::before {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 20px 0 20px 35px;
border-color: transparent transparent transparent rgba(255,255,255,0.9);
filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}
/* Mobile: hide timeline sidebar */
@media (max-width: 768px) {
.timeline-sidebar {