mirror of
https://github.com/TrentSPalmer/fcc-challenges.git
synced 2025-08-23 10:13:57 -07:00
drum-machine add notification to .focus(); with 'v' key
This commit is contained in:
@@ -54,12 +54,17 @@ body {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
font-size: x-large;
|
||||
font-style: oblique;
|
||||
}
|
||||
|
||||
#display-top p {
|
||||
height: 10px;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
#display-middle {
|
||||
flex-basis: 62%;
|
||||
width: 100%;
|
||||
@@ -338,7 +343,7 @@ i.fa-volume-up {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#select-volume, #display-middle-right-f, #display-middle-right-g {
|
||||
#select-volume, #display-middle-right-f, #display-middle-right-g, #volumeTip {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -427,7 +432,7 @@ i.fa-volume-up {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#select-volume, #display-middle-right-f, #display-middle-right-g {
|
||||
#select-volume, #display-middle-right-f, #display-middle-right-g, #volumeTip {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user