Adjust chapter button width on mobile
This commit is contained in:
parent
2a83c7d8ec
commit
85cb741feb
1 changed files with 2 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue