mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 21:53:13 +08:00
fixed keymap bumps being weird in vivaldi
This commit is contained in:
parent
057f1c0978
commit
e9f6bfc91c
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue