fixed keymap bumps being weird in vivaldi

This commit is contained in:
Jack 2020-07-31 20:59:13 +01:00
parent 057f1c0978
commit e9f6bfc91c

View file

@ -2259,6 +2259,7 @@ key {
align-items: center;
width: 2rem;
height: 2rem;
position: relative;
.bump {
width: .75rem;
@ -2266,7 +2267,8 @@ key {
background: var(--sub-color);
position: absolute;
border-radius: var(--roundness);
margin-top: 1.5rem;
// margin-top: 1.5rem;
bottom: .15rem;
}
&.active-key {