diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2019-11-23 17:56:43 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2019-11-23 17:56:43 -0500 |
| commit | 80ecf02d19efb4cc2de63b77f4aa821bd74c67b2 (patch) | |
| tree | c64fd79dafd83095b84d6107c19df2c2104355a0 /src/client/views/nodes/FontIconBox.scss | |
| parent | 22472e278c5616ba86c75ed29cd5846d0cf35ff5 (diff) | |
tool bar works better with touch, started doing resizing interaction but not done
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 |
