mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 23:35:02 +08:00
made buttons thiccer (same height as input boxes now)
This commit is contained in:
parent
aa0bf42e3b
commit
1e71ff9a94
1 changed files with 4 additions and 4 deletions
|
@ -250,7 +250,7 @@ key {
|
|||
color: var(--text-color);
|
||||
cursor: pointer;
|
||||
transition: background 0.125s, color 0.125s;
|
||||
padding: 0.4rem;
|
||||
padding: 0.5rem;
|
||||
border-radius: var(--roundness);
|
||||
background: var(--sub-alt-color);
|
||||
text-align: center;
|
||||
|
@ -259,7 +259,7 @@ key {
|
|||
align-content: center;
|
||||
height: min-content;
|
||||
height: -moz-min-content;
|
||||
line-height: 1rem;
|
||||
line-height: 1.25rem;
|
||||
appearance: none;
|
||||
border: none;
|
||||
font-family: inherit;
|
||||
|
@ -309,7 +309,7 @@ key {
|
|||
color: var(--sub-color);
|
||||
cursor: pointer;
|
||||
transition: background 0.125s, color 0.125s;
|
||||
padding: 0.4rem;
|
||||
padding: 0.5rem;
|
||||
border-radius: var(--roundness);
|
||||
text-align: center;
|
||||
user-select: none;
|
||||
|
@ -317,7 +317,7 @@ key {
|
|||
align-content: center;
|
||||
height: min-content;
|
||||
height: -moz-min-content;
|
||||
line-height: 1rem;
|
||||
line-height: 1.25rem;
|
||||
appearance: none;
|
||||
border: none;
|
||||
font-family: inherit;
|
||||
|
|
Loading…
Reference in a new issue