mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-03-29 00:58:50 +03:00
Added help button to submission notice
This commit is contained in:
@@ -394,4 +394,22 @@ input::-webkit-inner-spin-button {
|
||||
color: white;
|
||||
border-width: 3px;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.helpButton {
|
||||
|
||||
}
|
||||
|
||||
.helpButton {
|
||||
height: 25px;
|
||||
cursor: pointer;
|
||||
padding: 5px;
|
||||
|
||||
margin: auto;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
}
|
||||
.helpButton:hover {
|
||||
filter: brightness(80%);
|
||||
}
|
||||
Reference in New Issue
Block a user