Fix skip button on control bar in firefox

This commit is contained in:
Ajay Ramachandran
2021-08-18 11:18:24 -04:00
parent 2231e2a345
commit 53d688f219

View File

@@ -508,6 +508,10 @@ input::-webkit-inner-spin-button {
display: flex;
}
.skipButtonControlBarContainer.hidden {
display: none !important;
}
#sbSkipIconControlBarImage {
height: 60%;
top: 0px;