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;
|
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 {
|
||||||
|
|
Loading…
Reference in a new issue