mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 00:28:20 -05:00
Include .gear CSS for taps
This commit is contained in:
parent
c49870dd6b
commit
56ff66b6a8
1 changed files with 3 additions and 0 deletions
|
@ -162,6 +162,9 @@ div.frame {
|
|||
background: url('../assets/lobby/gearOff.svg');
|
||||
background-repeat: no-repeat;
|
||||
background-size: auto 100%;
|
||||
background-position-x: center;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
z-index: 1000;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue