diff options
| author | bobzel <zzzman@gmail.com> | 2020-09-01 12:25:34 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-09-01 12:25:34 -0400 |
| commit | a55c1ef0211cef68bebdb83b7ee8723c7bcf6edc (patch) | |
| tree | a1fbd2f4c138decaea8236d8a19e803ac7a76987 /src/client/views/nodes/FontIconBox.scss | |
| parent | a4555fb8d5cd64482dd8431aad03878cb173f688 (diff) | |
fixed tabs to never select/switch on hover unless dragging. fixed display of highlight icons in menu bar. fixed placement of docDecorations level selector.
Diffstat (limited to 'src/client/views/nodes/FontIconBox.scss')
| -rw-r--r-- | src/client/views/nodes/FontIconBox.scss | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/src/client/views/nodes/FontIconBox.scss b/src/client/views/nodes/FontIconBox.scss index 75bc90d7a..d7c5e9c92 100644 --- a/src/client/views/nodes/FontIconBox.scss +++ b/src/client/views/nodes/FontIconBox.scss @@ -37,9 +37,10 @@ .menuButton-round { border-radius: 100%; background-color: black; + padding: 0; .fontIconBox-label { - margin-left: -10px; // button padding is 10px; + //margin-left: -10px; // button padding is 10px; bottom: 0; position: absolute; } @@ -52,7 +53,6 @@ .menuButton-square { padding-top: 3px; padding-bottom: 3px; - padding-left: 5px; .fontIconBox-label { border-radius: 0px; @@ -64,7 +64,8 @@ .menuButton, .menuButton-round, .menuButton-square { - width: 100%; + margin-left: -5%; + width: 110%; height: 100%; pointer-events: all; touch-action: none; @@ -72,6 +73,7 @@ .menuButton-wrap { touch-action: none; border-radius: 8px; + width: 100%; // &:hover { // background: rgb(61, 61, 61); @@ -89,4 +91,13 @@ width: 95% !important; height: 95%; } +} +.menuButton-round { + width: 100%; + svg { + width: 50% !important; + height: 50%; + position: relative; + bottom: 2px; + } }
\ No newline at end of file |
