diff options
| author | bob <bcz@cs.brown.edu> | 2019-11-18 15:08:05 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-11-18 15:08:05 -0500 |
| commit | 6ecbfba52bad2dd64e07472b5f4ef06f95b5544b (patch) | |
| tree | 527b97635021fa3b2a75737920d9f4150f138806 /src/client/views/nodes/FontIconBox.scss | |
| parent | 398d3f307ec177671ba43920258d0f23a58e49f2 (diff) | |
changing documentView to ignore transforms -- must be applied by view boxes
Diffstat (limited to 'src/client/views/nodes/FontIconBox.scss')
| -rw-r--r-- | src/client/views/nodes/FontIconBox.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/nodes/FontIconBox.scss b/src/client/views/nodes/FontIconBox.scss index 75d093fcb..905601ce3 100644 --- a/src/client/views/nodes/FontIconBox.scss +++ b/src/client/views/nodes/FontIconBox.scss @@ -5,9 +5,9 @@ border-radius: inherit; background: black; border-radius: 100%; + transform-origin: top left; svg { - margin:18%; - width:65% !important; - height:65%; + width:95% !important; + height:95%; } } |
