Adjust chapter button width on mobile

This commit is contained in:
Raphael Wickihalder 2022-06-10 14:09:52 +02:00
parent 2a83c7d8ec
commit 85cb741feb
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -717,9 +717,8 @@ $control-bar-icon-size: 30px;
text-align: left;
padding: var(--spacing-xxxs) var(--spacing-s);
}
button {
// font-size:inherit;
// line-height:10px;
@media (max-width: $breakpoint-small) {
width: 3em;
}
}
button.vjs-chapters-button {