diff options
| author | Stanley Yip <33562077+yipstanley@users.noreply.github.com> | 2019-11-23 18:02:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-23 18:02:38 -0500 |
| commit | 548ef34592eb83fac52d941e67ecd97032dfad09 (patch) | |
| tree | ea50bb7602d1d6302fb5cd0ab66b2cd0efc596ad /src/client/views/nodes/FontIconBox.scss | |
| parent | 3b37cc31bb09b11238868c34a38a8e99f508479f (diff) | |
| parent | 494deb74c82443ef828cad4de57d0236ea72a0fa (diff) | |
Merge pull request #315 from browngraphicslab/pen
Improvements to Interaction
Diffstat (limited to 'src/client/views/nodes/FontIconBox.scss')
| -rw-r--r-- | src/client/views/nodes/FontIconBox.scss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/client/views/nodes/FontIconBox.scss b/src/client/views/nodes/FontIconBox.scss index 905601ce3..f0fe7a54e 100644 --- a/src/client/views/nodes/FontIconBox.scss +++ b/src/client/views/nodes/FontIconBox.scss @@ -2,12 +2,14 @@ width: 100%; height: 100%; pointer-events: all; + touch-action: none; border-radius: inherit; background: black; border-radius: 100%; transform-origin: top left; + svg { - width:95% !important; - height:95%; + width: 95% !important; + height: 95%; } -} +}
\ No newline at end of file |
