mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
lint
This commit is contained in:
@ -80,13 +80,9 @@ select#data {
|
||||
}
|
||||
|
||||
/* Counter mode css */
|
||||
|
||||
span {
|
||||
cursor: pointer;
|
||||
}
|
||||
.number {
|
||||
margin: 100px;
|
||||
}
|
||||
.minus,
|
||||
.plus {
|
||||
user-select: none;
|
||||
@ -100,13 +96,3 @@ span {
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
}
|
||||
.inputt {
|
||||
height: 34px;
|
||||
width: 100px;
|
||||
text-align: center;
|
||||
font-size: 26px;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 4px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@ -71,7 +71,6 @@ function promptRegister() {
|
||||
return promptError(`Unhandled input type '${promptOptions.type}'`);
|
||||
}
|
||||
if (promptOptions.type === "counter") {
|
||||
dataElement.classList.add("input");
|
||||
dataElement.style.width = "unset";
|
||||
dataElement.style["text-align"] = "center";
|
||||
//dataElement.style["min-height"] = "1.5em";
|
||||
|
||||
Reference in New Issue
Block a user