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; text-align: left;
padding: var(--spacing-xxxs) var(--spacing-s); padding: var(--spacing-xxxs) var(--spacing-s);
} }
button { @media (max-width: $breakpoint-small) {
// font-size:inherit; width: 3em;
// line-height:10px;
} }
} }
button.vjs-chapters-button { button.vjs-chapters-button {