mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 13:40:16 +08:00
smaller mobile command line button
This commit is contained in:
parent
781571f18b
commit
cff022f95d
1 changed files with 4 additions and 4 deletions
|
@ -2901,12 +2901,12 @@ key {
|
|||
|
||||
#commandLineMobileButton {
|
||||
display: none;
|
||||
top: -5rem;
|
||||
top: -4rem;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
font-size: 1.5rem;
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
font-size: 1rem;
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
text-align: center;
|
||||
line-height: 4rem;
|
||||
background: var(--main-color);
|
||||
|
|
Loading…
Add table
Reference in a new issue