mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-19 22:22:06 +00:00
implement keybind prompt
This commit is contained in:
@ -79,7 +79,7 @@ select#data {
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* Counter mode css */
|
||||
/* Counter mode */
|
||||
span {
|
||||
cursor: pointer;
|
||||
}
|
||||
@ -96,3 +96,25 @@ span {
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/** Keybind mode */
|
||||
div.keybind {
|
||||
display: grid;
|
||||
grid-template-columns: max-content max-content max-content;
|
||||
row-gap: 20px;
|
||||
column-gap: 10px;
|
||||
margin: auto 0;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
div.keybind button {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
div.keybind label {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
div.keybind label:after {
|
||||
content: ":";
|
||||
}
|
||||
Reference in New Issue
Block a user